#BFBFD3

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

Shades of Lavender Grey #BFBFD3

Tints of Lavender Grey #BFBFD3

Color information

#BFBFD3 (or 0xBFBFD3) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and D3. RGB value is (191,191,211). Sum of RGB (Red+Green+Blue) = 191+191+211=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD3 is #40402C. Grayscale: #C1C1C1. Windows color (decimal): -4210733 or 13877183. OLE color: 13877183.

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

Color convert

RGB191191211-
CMYK0.090.0900.17
HSL240º18.52%78.82%-
HSV(B)240º9.48%82.75%-
XYZ51.8753.0469.13-
YUV193.28138126.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=32.21%
G=32.21%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911912110.090.0900.1724018.5278.82
HexBFBFD399011f0134f
Octal277277323111102136023117
Binary1011111110111111110100111001100101000111110000100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFD3; }

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

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

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

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

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

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

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

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