Color Hex Logo

#bbc9ef Color Hex

#BBC9EF
(187,201,239)
0 Favorites   0 Comments

Color spaces of #bbc9ef

RGB 187201239
HSL0.620.620.84
HSV224°22°94°
CMYK 0.220.160.00   0.06
XYZ56.960158.570189.9644
Yxy58.57010.27720.2850
Hunter Lab76.5311-1.0766-16.1252
CIE-Lab81.05473.2091-20.3366

#bbc9ef color RGB value is (187,201,239).

#bbc9ef hex color red value is 187, green value is 201 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbc9ef hue: 0.62 , saturation: 0.62 and the lightness value of bbc9ef is 0.84.

The process color (four color CMYK) of #bbc9ef color hex is 0.22, 0.16, 0.00, 0.06. Web safe color of #bbc9ef is #ccccff. Color #bbc9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 11101111
Octal 273 311 357
Decimal 187 201 239
Hex BB C9 EF

RGB Percentages of Color #bbc9ef

%29.82
%32.06
%38.12

CMYK Percentages of Color #bbc9ef

%22
%16
%0
%6

Triadic Colors of #bbc9ef

#bbc9ef #efbbc9 #c9efbb

Analogous Colors of #bbc9ef

#bbc9ef #c7bbef #bbe3ef

Monochromatic Colors of #bbc9ef

#bbc9ef

Complementary Color

#bbc9ef #efe1bb

#bbc9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc9ef Color CSS Codes

.mybgcolor {background-color:#bbc9ef; } 
.myforecolor {color:#bbc9ef; }
.mybordercolor {border:3px solid #bbc9ef; }

#bbc9ef Text Font Color

<p style="color:#bbc9ef">Text here</p>

This sample text font color is #bbc9ef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc9ef Background Color

<div style="background-color:#bbc9ef">
Div content here</div>

This div background color is #bbc9ef


#bbc9ef Border Color

<div style="border:3px solid #bbc9ef">
Div here</div>

This div border color is #bbc9ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,201,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc9ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc9ef;
  box-shadow:         1px 1px 3px 2px #bbc9ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,201,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc9ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc9ef;
  box-shadow:         1px 1px 3px 2px #bbc9ef;">
Div content here</div>

This div box has shadow with color #bbc9ef


Comments

No comments written yet.

Please login to write comment.