#B6B0DB

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

Shades of Lavender Grey #B6B0DB

Tints of Lavender Grey #B6B0DB

Color information

#B6B0DB (or 0xB6B0DB) is unknown color: approx Lavender Grey. HEX triplet: B6, B0 and DB. RGB value is (182,176,219). Sum of RGB (Red+Green+Blue) = 182+176+219=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0DB is #494F24. Grayscale: #B6B6B6. Windows color (decimal): -4804389 or 14397622. OLE color: 14397622.

HSL color Cylindrical-coordinate representation of color #B6B0DB: hue angle of 248.37º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B0DB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182176219-
CMYK0.170.2000.14
HSL248.37º37.39%77.45%-
HSV(B)248.37º19.63%85.88%-
XYZ47.646.1173.41-
YUV182.7148.49127.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=31.54%
G=30.50%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821762190.170.2000.14248.3737.3977.45
HexB6B0DB11140Ef8254d
Octal266260333212401637045115
Binary101101101011000011011011100011010001110111110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B0DB; }

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

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

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

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

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

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

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

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