#B8B0DB

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

Shades of Lavender Grey #B8B0DB

Tints of Lavender Grey #B8B0DB

Color information

#B8B0DB (or 0xB8B0DB) is unknown color: approx Lavender Grey. HEX triplet: B8, B0 and DB. RGB value is (184,176,219). Sum of RGB (Red+Green+Blue) = 184+176+219=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0DB is #474F24. Grayscale: #B7B7B7. Windows color (decimal): -4673317 or 14397624. OLE color: 14397624.

HSL color Cylindrical-coordinate representation of color #B8B0DB: hue angle of 251.16º 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 #B8B0DB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184176219-
CMYK0.160.2000.14
HSL251.16º37.39%77.45%-
HSV(B)251.16º19.63%85.88%-
XYZ48.0846.3673.43-
YUV183.29148.15128.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=31.78%
G=30.40%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841762190.160.2000.14251.1637.3977.45
HexB8B0DB10140Efb254d
Octal270260333202401637345115
Binary101110001011000011011011100001010001110111110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0DB; }

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

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

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

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

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

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

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

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