Color Hex Logo

#bbbde8 Color Hex

#BBBDE8
(187,189,232)
0 Favorites   0 Comments

Color spaces of #bbbde8

RGB 187189232
HSL0.660.490.82
HSV237°19°91°
CMYK 0.190.190.00   0.09
XYZ53.256652.786283.7258
Yxy52.78620.28060.2782
Hunter Lab72.65413.6986-17.4673
CIE-Lab77.74868.1179-21.5944

#bbbde8 color RGB value is (187,189,232).

#bbbde8 hex color red value is 187, green value is 189 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bbbde8 hue: 0.66 , saturation: 0.49 and the lightness value of bbbde8 is 0.82.

The process color (four color CMYK) of #bbbde8 color hex is 0.19, 0.19, 0.00, 0.09. Web safe color of #bbbde8 is #ccccff. Color #bbbde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11101000
Octal 273 275 350
Decimal 187 189 232
Hex BB BD E8

RGB Percentages of Color #bbbde8

%30.76
%31.09
%38.16

CMYK Percentages of Color #bbbde8

%19
%19
%0
%9

Triadic Colors of #bbbde8

#bbbde8 #e8bbbd #bde8bb

Analogous Colors of #bbbde8

#bbbde8 #d0bbe8 #bbd4e8

Monochromatic Colors of #bbbde8

#bbbde8

Complementary Color

#bbbde8 #e8e6bb

#bbbde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbde8 Color CSS Codes

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

#bbbde8 Text Font Color

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

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


#bbbde8 Background Color

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

This div background color is #bbbde8


#bbbde8 Border Color

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

This div border color is #bbbde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbde8


Comments

No comments written yet.

Please login to write comment.