Color Hex Logo

#bbc9ee Color Hex

#BBC9EE
(187,201,238)
0 Favorites   0 Comments

Color spaces of #bbc9ee

RGB 187201238
HSL0.620.600.83
HSV224°21°93°
CMYK 0.210.160.00   0.07
XYZ56.812858.511189.1883
Yxy58.51110.27780.2861
Hunter Lab76.4925-1.2858-15.5858
CIE-Lab81.02212.9859-19.8516

#bbc9ee color RGB value is (187,201,238).

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

The process color (four color CMYK) of #bbc9ee color hex is 0.21, 0.16, 0.00, 0.07. Web safe color of #bbc9ee is #ccccff. Color #bbc9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 11101110
Octal 273 311 356
Decimal 187 201 238
Hex BB C9 EE

RGB Percentages of Color #bbc9ee

%29.87
%32.11
%38.02

CMYK Percentages of Color #bbc9ee

%21
%16
%0
%7

Triadic Colors of #bbc9ee

#bbc9ee #eebbc9 #c9eebb

Analogous Colors of #bbc9ee

#bbc9ee #c7bbee #bbe3ee

Monochromatic Colors of #bbc9ee

#bbc9ee

Complementary Color

#bbc9ee #eee0bb

#bbc9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc9ee Color CSS Codes

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

#bbc9ee Text Font Color

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

This sample text font color is #bbc9ee
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.


#bbc9ee Background Color

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

This div background color is #bbc9ee


#bbc9ee Border Color

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

This div border color is #bbc9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc9ee


Comments

No comments written yet.

Please login to write comment.