Color Hex Logo

#bbbedc Color Hex

#BBBEDC
(187,190,220)
0 Favorites   0 Comments

Color spaces of #bbbedc

RGB 187190220
HSL0.650.320.80
HSV235°15°86°
CMYK 0.150.140.00   0.14
XYZ51.825252.559075.1236
Yxy52.55900.28870.2928
Hunter Lab72.49760.7307-10.6893
CIE-Lab77.61394.9719-15.3234

#bbbedc color RGB value is (187,190,220).

#bbbedc hex color red value is 187, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbbedc hue: 0.65 , saturation: 0.32 and the lightness value of bbbedc is 0.80.

The process color (four color CMYK) of #bbbedc color hex is 0.15, 0.14, 0.00, 0.14. Web safe color of #bbbedc is #cccccc. Color #bbbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11011100
Octal 273 276 334
Decimal 187 190 220
Hex BB BE DC

RGB Percentages of Color #bbbedc

%31.32
%31.83
%36.85

CMYK Percentages of Color #bbbedc

%15
%14
%0
%14

Triadic Colors of #bbbedc

#bbbedc #dcbbbe #bedcbb

Analogous Colors of #bbbedc

#bbbedc #c9bbdc #bbcfdc

Monochromatic Colors of #bbbedc

#bbbedc

Complementary Color

#bbbedc #dcd9bb

#bbbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbedc Color CSS Codes

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

#bbbedc Text Font Color

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

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


#bbbedc Background Color

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

This div background color is #bbbedc


#bbbedc Border Color

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

This div border color is #bbbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbedc


Comments

No comments written yet.

Please login to write comment.