#B7B9DB

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

Shades of Lavender Grey #B7B9DB

Tints of Lavender Grey #B7B9DB

Color information

#B7B9DB (or 0xB7B9DB) is unknown color: approx Lavender Grey. HEX triplet: B7, B9 and DB. RGB value is (183,185,219). Sum of RGB (Red+Green+Blue) = 183+185+219=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 185 (72.66% from 255 or 31.52% 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 #B7B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9DB is #484624. Grayscale: #BCBCBC. Windows color (decimal): -4736549 or 14399927. OLE color: 14399927.

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

Color convert

RGB183185219-
CMYK0.160.1600.14
HSL236.67º33.33%78.82%-
HSV(B)236.67º16.44%85.88%-
XYZ49.6649.8874.03-
YUV188.28145.34124.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=31.18%
G=31.52%
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
Decimal1831852190.160.1600.14236.6733.3378.82
HexB7B9DB10100Eed214f
Octal267271333202001635541117
Binary101101111011100111011011100001000001110111011011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9DB; }

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

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

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

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

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

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

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

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