#BFBED8

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

Shades of Lavender Grey #BFBED8

Tints of Lavender Grey #BFBED8

Color information

#BFBED8 (or 0xBFBED8) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and D8. RGB value is (191,190,216). Sum of RGB (Red+Green+Blue) = 191+190+216=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED8 is #404127. Grayscale: #C1C1C1. Windows color (decimal): -4210984 or 14204607. OLE color: 14204607.

HSL color Cylindrical-coordinate representation of color #BFBED8: hue angle of 242.31º degrees, saturation: 0.25, 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 #BFBED8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191190216-
CMYK0.120.1200.15
HSL242.31º25%79.61%-
HSV(B)242.31º12.04%84.71%-
XYZ52.2952.8672.41-
YUV193.26140.83126.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=31.99%
G=31.83%
B=36.18%

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
Decimal1911902160.120.1200.15242.312579.61
HexBFBED8CC0Ff21950
Octal277276330141401736231120
Binary101111111011111011011000110011000111111110010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBED8; }

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

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

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

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

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

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

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

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