#BDBFD1

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

Shades of Lavender Grey #BDBFD1

Tints of Lavender Grey #BDBFD1

Color information

#BDBFD1 (or 0xBDBFD1) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and D1. RGB value is (189,191,209). Sum of RGB (Red+Green+Blue) = 189+191+209=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD1 is #42402E. Grayscale: #C0C0C0. Windows color (decimal): -4341807 or 13746109. OLE color: 13746109.

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

Color convert

RGB189191209-
CMYK0.100.0900.18
HSL234º17.86%78.04%-
HSV(B)234º9.57%81.96%-
XYZ51.1352.6867.8-
YUV192.45137.34125.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=32.09%
G=32.43%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891912090.100.0900.1823417.8678.04
HexBDBFD1A9012ea124e
Octal275277321121102235222116
Binary1011110110111111110100011010100101001011101010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFD1; }

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

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

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

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

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

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

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

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