#BFBBE9

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

Shades of Lavender Grey #BFBBE9

Tints of Lavender Grey #BFBBE9

Color information

#BFBBE9 (or 0xBFBBE9) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and E9. RGB value is (191,187,233). Sum of RGB (Red+Green+Blue) = 191+187+233=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE9 is #404416. Grayscale: #C1C1C1. Windows color (decimal): -4211735 or 15317951. OLE color: 15317951.

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

Color convert

RGB191187233-
CMYK0.180.2000.09
HSL245.22º51.11%82.35%-
HSV(B)245.22º19.74%91.37%-
XYZ53.9652.584.38-
YUV193.44150.33126.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=31.26%
G=30.61%
B=38.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911872330.180.2000.09245.2251.1182.35
HexBFBBE9121409f53352
Octal277273351222401136563122
Binary101111111011101111101001100101010001001111101011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBE9; }

 p { color: rgb(191,187,233); }

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

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

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

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

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

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

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