#B9B3DC

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

Shades of Lavender Grey #B9B3DC

Tints of Lavender Grey #B9B3DC

Color information

#B9B3DC (or 0xB9B3DC) is unknown color: approx Lavender Grey. HEX triplet: B9, B3 and DC. RGB value is (185,179,220). Sum of RGB (Red+Green+Blue) = 185+179+220=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3DC is #464C23. Grayscale: #B9B9B9. Windows color (decimal): -4607012 or 14463929. OLE color: 14463929.

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

Color convert

RGB185179220-
CMYK0.160.1900.14
HSL248.78º36.94%78.24%-
HSV(B)248.78º18.64%86.27%-
XYZ49.0547.7274.34-
YUV185.47147.49127.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=31.68%
G=30.65%
B=37.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851792200.160.1900.14248.7836.9478.24
HexB9B3DC10130Ef9254e
Octal271263334202301637145116
Binary101110011011001111011100100001001101110111110011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3DC; }

 p { color: rgb(185,179,220); }

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

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

 a { background-color: rgb(185,179,220); }

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

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

 span { border-color: rgb(185,179,220); }

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