Color Hex Logo

#bbcbed Color Hex

#BBCBED
(187,203,237)
0 Favorites   0 Comments

Color spaces of #bbcbed

RGB 187203237
HSL0.610.580.83
HSV221°21°93°
CMYK 0.210.140.00   0.07
XYZ57.135559.391188.5730
Yxy59.39110.27860.2896
Hunter Lab77.0656-2.5271-14.1972
CIE-Lab81.50611.6958-18.5858

#bbcbed color RGB value is (187,203,237).

#bbcbed hex color red value is 187, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbcbed hue: 0.61 , saturation: 0.58 and the lightness value of bbcbed is 0.83.

The process color (four color CMYK) of #bbcbed color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #bbcbed is #ccccff. Color #bbcbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11101101
Octal 273 313 355
Decimal 187 203 237
Hex BB CB ED

RGB Percentages of Color #bbcbed

%29.82
%32.38
%37.80

CMYK Percentages of Color #bbcbed

%21
%14
%0
%7

Triadic Colors of #bbcbed

#bbcbed #edbbcb #cbedbb

Analogous Colors of #bbcbed

#bbcbed #c4bbed #bbe4ed

Monochromatic Colors of #bbcbed

#bbcbed

Complementary Color

#bbcbed #edddbb

#bbcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbed Color CSS Codes

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

#bbcbed Text Font Color

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

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


#bbcbed Background Color

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

This div background color is #bbcbed


#bbcbed Border Color

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

This div border color is #bbcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbed


Comments

No comments written yet.

Please login to write comment.