#B9B4DB

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

Shades of Lavender Grey #B9B4DB

Tints of Lavender Grey #B9B4DB

Color information

#B9B4DB (or 0xB9B4DB) is unknown color: approx Lavender Grey. HEX triplet: B9, B4 and DB. RGB value is (185,180,219). Sum of RGB (Red+Green+Blue) = 185+180+219=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4DB is #464B24. Grayscale: #B9B9B9. Windows color (decimal): -4606757 or 14398649. OLE color: 14398649.

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

Color convert

RGB185180219-
CMYK0.160.1800.14
HSL247.69º35.14%78.24%-
HSV(B)247.69º17.81%85.88%-
XYZ49.1248.0773.71-
YUV185.94146.66127.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=31.68%
G=30.82%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851802190.160.1800.14247.6935.1478.24
HexB9B4DB10120Ef8234e
Octal271264333202201637043116
Binary101110011011010011011011100001001001110111110001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B4DB; }

 p { color: rgb(185,180,219); }

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

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

 a { background-color: rgb(185,180,219); }

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

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

 span { border-color: rgb(185,180,219); }

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