#B6B8DD

Color #B6B8DD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B6B8DD

Tints of Lavender Grey #B6B8DD

Color information

#B6B8DD (or 0xB6B8DD) is unknown color: approx Lavender Grey. HEX triplet: B6, B8 and DD. RGB value is (182,184,221). Sum of RGB (Red+Green+Blue) = 182+184+221=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8DD is #494722. Grayscale: #BBBBBB. Windows color (decimal): -4802339 or 14530742. OLE color: 14530742.

HSL color Cylindrical-coordinate representation of color #B6B8DD: hue angle of 236.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6B8DD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182184221-
CMYK0.180.1700.13
HSL236.92º36.45%79.02%-
HSV(B)236.92º17.65%86.67%-
XYZ49.4849.4575.34-
YUV187.62146.84123.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=31.01%
G=31.35%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821842210.180.1700.13236.9236.4579.02
HexB6B8DD12110Ded244f
Octal266270335222101535544117
Binary101101101011100011011101100101000101101111011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B8DD; }

 p { color: rgb(182,184,221); }

 H1.HeaderClassName
 {
   color: #B6B8DD;
 }
 .AnyTagClassName
 {
   color: #B6B8DD;
 }
</style>
background-color css

<style>
 a { background-color: #B6B8DD; }

 a { background-color: rgb(182,184,221); }

 div.DivClassName
 {
   background-color: #B6B8DD;
 }
 .BgClassName
 {
   background-color: #B6B8DD;
 }
</style>
border-color css

<style>
 span { border-color: #B6B8DD; }

 span { border-color: rgb(182,184,221); }

 td.TdClassName
 {
   border-color: #B6B8DD;
 }
 .TagClassName
 {
   border-color: #B6B8DD;
 }
</style>