#B7B9D0

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

Shades of Lavender Grey #B7B9D0

Tints of Lavender Grey #B7B9D0

Color information

#B7B9D0 (or 0xB7B9D0) is unknown color: approx Lavender Grey. HEX triplet: B7, B9 and D0. RGB value is (183,185,208). Sum of RGB (Red+Green+Blue) = 183+185+208=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9D0 is #48462F. Grayscale: #BABABA. Windows color (decimal): -4736560 or 13679031. OLE color: 13679031.

HSL color Cylindrical-coordinate representation of color #B7B9D0: hue angle of 235.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7B9D0 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183185208-
CMYK0.120.1100.18
HSL235.2º21.01%76.67%-
HSV(B)235.2º12.02%81.57%-
XYZ48.2649.3266.65-
YUV187.02139.84125.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=31.77%
G=32.12%
B=36.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831852080.120.1100.18235.221.0176.67
HexB7B9D0CB012eb154d
Octal267271320141302235325115
Binary1011011110111001110100001100101101001011101011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9D0; }

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

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

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

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

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

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

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

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