Color Hex Logo

#bbc5ef Color Hex

#BBC5EF
(187,197,239)
0 Favorites   0 Comments

Color spaces of #bbc5ef

RGB 187197239
HSL0.630.620.84
HSV228°22°94°
CMYK 0.220.180.00   0.06
XYZ56.039856.729389.6576
Yxy56.72930.27680.2802
Hunter Lab75.31891.0021-17.8541
CIE-Lab80.02715.3559-21.8948

#bbc5ef color RGB value is (187,197,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 11101111
Octal 273 305 357
Decimal 187 197 239
Hex BB C5 EF

RGB Percentages of Color #bbc5ef

%30.02
%31.62
%38.36

CMYK Percentages of Color #bbc5ef

%22
%18
%0
%6

Triadic Colors of #bbc5ef

#bbc5ef #efbbc5 #c5efbb

Analogous Colors of #bbc5ef

#bbc5ef #cbbbef #bbdfef

Monochromatic Colors of #bbc5ef

#bbc5ef

Complementary Color

#bbc5ef #efe5bb

#bbc5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc5ef Color CSS Codes

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

#bbc5ef Text Font Color

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

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


#bbc5ef Background Color

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

This div background color is #bbc5ef


#bbc5ef Border Color

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

This div border color is #bbc5ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,197,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 #bbc5ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc5ef


Comments

No comments written yet.

Please login to write comment.