Color Hex Logo

#b6bbdd Color Hex

#B6BBDD
(182,187,221)
0 Favorites   0 Comments

Color spaces of #b6bbdd

RGB 182187221
HSL0.650.360.79
HSV232°18°87°
CMYK 0.180.150.00   0.13
XYZ50.112950.706275.5527
Yxy50.70620.28410.2875
Hunter Lab71.20831.0050-13.0615
CIE-Lab76.50075.2210-17.5786

#b6bbdd color RGB value is (182,187,221).

#b6bbdd hex color red value is 182, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6bbdd hue: 0.65 , saturation: 0.36 and the lightness value of b6bbdd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111011 11011101
Octal 266 273 335
Decimal 182 187 221
Hex B6 BB DD

RGB Percentages of Color #b6bbdd

%30.85
%31.69
%37.46

CMYK Percentages of Color #b6bbdd

%18
%15
%0
%13

Triadic Colors of #b6bbdd

#b6bbdd #ddb6bb #bbddb6

Analogous Colors of #b6bbdd

#b6bbdd #c5b6dd #b6cfdd

Monochromatic Colors of #b6bbdd

#b6bbdd

Complementary Color

#b6bbdd #ddd8b6

#b6bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bbdd Color CSS Codes

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

#b6bbdd Text Font Color

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

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


#b6bbdd Background Color

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

This div background color is #b6bbdd


#b6bbdd Border Color

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

This div border color is #b6bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bbdd


Comments

No comments written yet.

Please login to write comment.