#B9B7DB

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

Shades of Lavender Grey #B9B7DB

Tints of Lavender Grey #B9B7DB

Color information

#B9B7DB (or 0xB9B7DB) is unknown color: approx Lavender Grey. HEX triplet: B9, B7 and DB. RGB value is (185,183,219). Sum of RGB (Red+Green+Blue) = 185+183+219=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7DB is #464824. Grayscale: #BBBBBB. Windows color (decimal): -4605989 or 14399417. OLE color: 14399417.

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

Color convert

RGB185183219-
CMYK0.160.1600.14
HSL243.33º33.33%78.82%-
HSV(B)243.33º16.44%85.88%-
XYZ49.7349.373.91-
YUV187.7145.66126.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=31.52%
G=31.18%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851832190.160.1600.14243.3333.3378.82
HexB9B7DB10100Ef3214f
Octal271267333202001636341117
Binary101110011011011111011011100001000001110111100111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7DB; }

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

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

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

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

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

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

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

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