Color Hex Logo

#bbc0ea Color Hex

#BBC0EA
(187,192,234)
0 Favorites   0 Comments

Color spaces of #bbc0ea

RGB 187192234
HSL0.650.530.83
HSV234°20°92°
CMYK 0.200.180.00   0.08
XYZ54.194454.204685.4481
Yxy54.20460.27960.2796
Hunter Lab73.62382.5521-17.2756
CIE-Lab78.58096.9359-21.4073

#bbc0ea color RGB value is (187,192,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 11101010
Octal 273 300 352
Decimal 187 192 234
Hex BB C0 EA

RGB Percentages of Color #bbc0ea

%30.51
%31.32
%38.17

CMYK Percentages of Color #bbc0ea

%20
%18
%0
%8

Triadic Colors of #bbc0ea

#bbc0ea #eabbc0 #c0eabb

Analogous Colors of #bbc0ea

#bbc0ea #cebbea #bbd8ea

Monochromatic Colors of #bbc0ea

#bbc0ea

Complementary Color

#bbc0ea #eae5bb

#bbc0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc0ea Color CSS Codes

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

#bbc0ea Text Font Color

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

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


#bbc0ea Background Color

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

This div background color is #bbc0ea


#bbc0ea Border Color

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

This div border color is #bbc0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc0ea

#bbc0ea Color Palettes


Comments

No comments written yet.

Please login to write comment.