#BDBFDF

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

Shades of Lavender Grey #BDBFDF

Tints of Lavender Grey #BDBFDF

Color information

#BDBFDF (or 0xBDBFDF) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and DF. RGB value is (189,191,223). Sum of RGB (Red+Green+Blue) = 189+191+223=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDF is #424020. Grayscale: #C1C1C1. Windows color (decimal): -4341793 or 14663613. OLE color: 14663613.

HSL color Cylindrical-coordinate representation of color #BDBFDF: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBFDF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189191223-
CMYK0.150.1400.13
HSL236.47º34.69%80.78%-
HSV(B)236.47º15.25%87.45%-
XYZ52.9453.4177.33-
YUV194.05144.34124.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=31.34%
G=31.67%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891912230.150.1400.13236.4734.6980.78
HexBDBFDFFE0Dec2351
Octal275277337171601535443121
Binary1011110110111111110111111111111001101111011001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFDF; }

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

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

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

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

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

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

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

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