#BDBFCD

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

Shades of Lavender Grey #BDBFCD

Tints of Lavender Grey #BDBFCD

Color information

#BDBFCD (or 0xBDBFCD) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and CD. RGB value is (189,191,205). Sum of RGB (Red+Green+Blue) = 189+191+205=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCD is #424032. Grayscale: #BFBFBF. Windows color (decimal): -4341811 or 13483965. OLE color: 13483965.

HSL color Cylindrical-coordinate representation of color #BDBFCD: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBFCD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189191205-
CMYK0.080.0700.20
HSL232.5º13.79%77.25%-
HSV(B)232.5º7.8%80.39%-
XYZ50.6452.4965.22-
YUV192135.34125.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=32.31%
G=32.65%
B=35.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891912050.080.0700.20232.513.7977.25
HexBDBFCD87014e8e4d
Octal27527731510702435016115
Binary10111101101111111100110110001110101001110100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFCD; }

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

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

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

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

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

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

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

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