#B6B8DB

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

Shades of Lavender Grey #B6B8DB

Tints of Lavender Grey #B6B8DB

Color information

#B6B8DB (or 0xB6B8DB) is unknown color: approx Lavender Grey. HEX triplet: B6, B8 and DB. RGB value is (182,184,219). Sum of RGB (Red+Green+Blue) = 182+184+219=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8DB is #494724. Grayscale: #BBBBBB. Windows color (decimal): -4802341 or 14399670. OLE color: 14399670.

HSL color Cylindrical-coordinate representation of color #B6B8DB: hue angle of 236.76º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6B8DB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182184219-
CMYK0.170.1600.14
HSL236.76º33.94%78.63%-
HSV(B)236.76º16.89%85.88%-
XYZ49.2249.3473.95-
YUV187.39145.84124.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=31.11%
G=31.45%
B=37.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821842190.170.1600.14236.7633.9478.63
HexB6B8DB11100Eed224f
Octal266270333212001635542117
Binary101101101011100011011011100011000001110111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B8DB; }

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

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

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

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

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

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

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

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