#BFBFD0

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

Shades of Lavender Grey #BFBFD0

Tints of Lavender Grey #BFBFD0

Color information

#BFBFD0 (or 0xBFBFD0) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and D0. RGB value is (191,191,208). Sum of RGB (Red+Green+Blue) = 191+191+208=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD0 is #40402F. Grayscale: #C0C0C0. Windows color (decimal): -4210736 or 13680575. OLE color: 13680575.

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

Color convert

RGB191191208-
CMYK0.080.0800.18
HSL240º15.32%78.24%-
HSV(B)240º8.17%81.57%-
XYZ51.552.8967.17-
YUV192.94136.5126.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=32.37%
G=32.37%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911912080.080.0800.1824015.3278.24
HexBFBFD088012f0f4e
Octal277277320101002236017116
Binary101111111011111111010000100010000100101111000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFD0; }

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

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

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

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

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

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

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

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