#B9BDCD

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

Shades of Lavender Grey #B9BDCD

Tints of Lavender Grey #B9BDCD

Color information

#B9BDCD (or 0xB9BDCD) is unknown color: approx Lavender Grey. HEX triplet: B9, BD and CD. RGB value is (185,189,205). Sum of RGB (Red+Green+Blue) = 185+189+205=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCD is #464232. Grayscale: #BDBDBD. Windows color (decimal): -4604467 or 13483449. OLE color: 13483449.

HSL color Cylindrical-coordinate representation of color #B9BDCD: hue angle of 228º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BDCD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185189205-
CMYK0.100.0800.20
HSL228º16.67%76.47%-
HSV(B)228º9.76%80.39%-
XYZ49.2251.1265.03-
YUV189.63136.67124.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=31.95%
G=32.64%
B=35.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851892050.100.0800.2022816.6776.47
HexB9BDCDA8014e4114c
Octal271275315121002434421114
Binary1011100110111101110011011010100001010011100100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDCD; }

 p { color: rgb(185,189,205); }

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

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

 a { background-color: rgb(185,189,205); }

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

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

 span { border-color: rgb(185,189,205); }

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