#B9BCD1

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

Shades of Lavender Grey #B9BCD1

Tints of Lavender Grey #B9BCD1

Color information

#B9BCD1 (or 0xB9BCD1) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and D1. RGB value is (185,188,209). Sum of RGB (Red+Green+Blue) = 185+188+209=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCD1 is #46432E. Grayscale: #BDBDBD. Windows color (decimal): -4604719 or 13745337. OLE color: 13745337.

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

Color convert

RGB185188209-
CMYK0.110.1000.18
HSL232.5º20.69%77.25%-
HSV(B)232.5º11.48%81.96%-
XYZ49.550.8867.53-
YUV189.5139.01124.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=31.79%
G=32.30%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851882090.110.1000.18232.520.6977.25
HexB9BCD1BA012e8154d
Octal271274321131202235025115
Binary1011100110111100110100011011101001001011101000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCD1; }

 p { color: rgb(185,188,209); }

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

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

 a { background-color: rgb(185,188,209); }

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

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

 span { border-color: rgb(185,188,209); }

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