#BFBFD8

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

Shades of Lavender Grey #BFBFD8

Tints of Lavender Grey #BFBFD8

Color information

#BFBFD8 (or 0xBFBFD8) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and D8. RGB value is (191,191,216). Sum of RGB (Red+Green+Blue) = 191+191+216=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD8 is #404027. Grayscale: #C1C1C1. Windows color (decimal): -4210728 or 14204863. OLE color: 14204863.

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

Color convert

RGB191191216-
CMYK0.120.1200.15
HSL240º24.27%79.8%-
HSV(B)240º11.57%84.71%-
XYZ52.5153.372.49-
YUV193.85140.5125.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=31.94%
G=31.94%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911912160.120.1200.1524024.2779.8
HexBFBFD8CC0Ff01850
Octal277277330141401736030120
Binary101111111011111111011000110011000111111110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFD8; }

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

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

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

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

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

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

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

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