#BFBFD1

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

Shades of Lavender Grey #BFBFD1

Tints of Lavender Grey #BFBFD1

Color information

#BFBFD1 (or 0xBFBFD1) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and D1. RGB value is (191,191,209). Sum of RGB (Red+Green+Blue) = 191+191+209=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD1 is #40402E. Grayscale: #C0C0C0. Windows color (decimal): -4210735 or 13746111. OLE color: 13746111.

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

Color convert

RGB191191209-
CMYK0.090.0900.18
HSL240º16.36%78.43%-
HSV(B)240º8.61%81.96%-
XYZ51.6352.9467.82-
YUV193.05137126.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=32.32%
G=32.32%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911912090.090.0900.1824016.3678.43
HexBFBFD199012f0104e
Octal277277321111102236020116
Binary1011111110111111110100011001100101001011110000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFD1; }

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

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

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

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

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

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

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

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