#BDBFD5

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

Shades of Lavender Grey #BDBFD5

Tints of Lavender Grey #BDBFD5

Color information

#BDBFD5 (or 0xBDBFD5) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and D5. RGB value is (189,191,213). Sum of RGB (Red+Green+Blue) = 189+191+213=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD5 is #42402A. Grayscale: #C0C0C0. Windows color (decimal): -4341803 or 14008253. OLE color: 14008253.

HSL color Cylindrical-coordinate representation of color #BDBFD5: hue angle of 235º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBFD5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189191213-
CMYK0.110.1000.16
HSL235º22.22%78.82%-
HSV(B)235º11.27%83.53%-
XYZ51.6352.8870.44-
YUV192.91139.34125.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=31.87%
G=32.21%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891912130.110.1000.1623522.2278.82
HexBDBFD5BA010eb164f
Octal275277325131202035326117
Binary1011110110111111110101011011101001000011101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFD5; }

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

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

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

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

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

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

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

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