Color Hex Logo

#bbc9eb Color Hex

#BBC9EB
(187,201,235)
0 Favorites   0 Comments

Color spaces of #bbc9eb

RGB 187201235
HSL0.620.550.83
HSV223°20°92°
CMYK 0.200.140.00   0.08
XYZ56.375658.336286.8860
Yxy58.33620.27960.2894
Hunter Lab76.3781-1.9088-13.9822
CIE-Lab80.92532.3199-18.3942

#bbc9eb color RGB value is (187,201,235).

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

The process color (four color CMYK) of #bbc9eb color hex is 0.20, 0.14, 0.00, 0.08. Web safe color of #bbc9eb is #ccccff. Color #bbc9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 11101011
Octal 273 311 353
Decimal 187 201 235
Hex BB C9 EB

RGB Percentages of Color #bbc9eb

%30.02
%32.26
%37.72

CMYK Percentages of Color #bbc9eb

%20
%14
%0
%8

Triadic Colors of #bbc9eb

#bbc9eb #ebbbc9 #c9ebbb

Analogous Colors of #bbc9eb

#bbc9eb #c5bbeb #bbe1eb

Monochromatic Colors of #bbc9eb

#bbc9eb

Complementary Color

#bbc9eb #ebddbb

#bbc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc9eb Color CSS Codes

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

#bbc9eb Text Font Color

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

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


#bbc9eb Background Color

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

This div background color is #bbc9eb


#bbc9eb Border Color

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

This div border color is #bbc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc9eb


Comments

No comments written yet.

Please login to write comment.