Color Hex Logo

#bbc2ea Color Hex

#BBC2EA
(187,194,234)
0 Favorites   0 Comments

Color spaces of #bbc2ea

RGB 187194234
HSL0.640.530.83
HSV231°20°92°
CMYK 0.200.170.00   0.08
XYZ54.636655.088985.5955
Yxy55.08890.27970.2820
Hunter Lab74.22191.5100-16.4201
CIE-Lab79.09245.8555-20.6313

#bbc2ea color RGB value is (187,194,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 11101010
Octal 273 302 352
Decimal 187 194 234
Hex BB C2 EA

RGB Percentages of Color #bbc2ea

%30.41
%31.54
%38.05

CMYK Percentages of Color #bbc2ea

%20
%17
%0
%8

Triadic Colors of #bbc2ea

#bbc2ea #eabbc2 #c2eabb

Analogous Colors of #bbc2ea

#bbc2ea #ccbbea #bbdaea

Monochromatic Colors of #bbc2ea

#bbc2ea

Complementary Color

#bbc2ea #eae3bb

#bbc2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc2ea Color CSS Codes

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

#bbc2ea Text Font Color

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

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


#bbc2ea Background Color

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

This div background color is #bbc2ea


#bbc2ea Border Color

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

This div border color is #bbc2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc2ea


Comments

No comments written yet.

Please login to write comment.