Color Hex Logo

#bbc7ea Color Hex

#BBC7EA
(187,199,234)
0 Favorites   0 Comments

Color spaces of #bbc7ea

RGB 187199234
HSL0.620.530.83
HSV225°20°92°
CMYK 0.200.150.00   0.08
XYZ55.768257.352285.9727
Yxy57.35220.28010.2881
Hunter Lab75.7312-1.0829-14.2962
CIE-Lab80.37733.1680-18.6868

#bbc7ea color RGB value is (187,199,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 11101010
Octal 273 307 352
Decimal 187 199 234
Hex BB C7 EA

RGB Percentages of Color #bbc7ea

%30.16
%32.10
%37.74

CMYK Percentages of Color #bbc7ea

%20
%15
%0
%8

Triadic Colors of #bbc7ea

#bbc7ea #eabbc7 #c7eabb

Analogous Colors of #bbc7ea

#bbc7ea #c7bbea #bbdfea

Monochromatic Colors of #bbc7ea

#bbc7ea

Complementary Color

#bbc7ea #eadebb

#bbc7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc7ea Color CSS Codes

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

#bbc7ea Text Font Color

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

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


#bbc7ea Background Color

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

This div background color is #bbc7ea


#bbc7ea Border Color

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

This div border color is #bbc7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc7ea

#bbc7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.