Color Hex Logo

#bbc5ea Color Hex

#BBC5EA
(187,197,234)
0 Favorites   0 Comments

Color spaces of #bbc5ea

RGB 187197234
HSL0.630.530.83
HSV227°20°92°
CMYK 0.200.160.00   0.08
XYZ55.311156.437885.8203
Yxy56.43780.28000.2857
Hunter Lab75.1251-0.0477-15.1433
CIE-Lab79.86234.2408-19.4654

#bbc5ea color RGB value is (187,197,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 11101010
Octal 273 305 352
Decimal 187 197 234
Hex BB C5 EA

RGB Percentages of Color #bbc5ea

%30.26
%31.88
%37.86

CMYK Percentages of Color #bbc5ea

%20
%16
%0
%8

Triadic Colors of #bbc5ea

#bbc5ea #eabbc5 #c5eabb

Analogous Colors of #bbc5ea

#bbc5ea #c9bbea #bbddea

Monochromatic Colors of #bbc5ea

#bbc5ea

Complementary Color

#bbc5ea #eae0bb

#bbc5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc5ea Color CSS Codes

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

#bbc5ea Text Font Color

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

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


#bbc5ea Background Color

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

This div background color is #bbc5ea


#bbc5ea Border Color

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

This div border color is #bbc5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc5ea


Comments

No comments written yet.

Please login to write comment.