#BDBFD2

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

Shades of Lavender Grey #BDBFD2

Tints of Lavender Grey #BDBFD2

Color information

#BDBFD2 (or 0xBDBFD2) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and D2. RGB value is (189,191,210). Sum of RGB (Red+Green+Blue) = 189+191+210=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD2 is #42402D. Grayscale: #C0C0C0. Windows color (decimal): -4341806 or 13811645. OLE color: 13811645.

HSL color Cylindrical-coordinate representation of color #BDBFD2: hue angle of 234.29º degrees, saturation: 0.19, 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 #BDBFD2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189191210-
CMYK0.100.0900.18
HSL234.29º18.92%78.24%-
HSV(B)234.29º10%82.35%-
XYZ51.2552.7368.45-
YUV192.57137.84125.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=32.03%
G=32.37%
B=35.59%

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
Decimal1891912100.100.0900.18234.2918.9278.24
HexBDBFD2A9012ea134e
Octal275277322121102235223116
Binary1011110110111111110100101010100101001011101010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFD2; }

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

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

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

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

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

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

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

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