#BFBBE8

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

Shades of Lavender Grey #BFBBE8

Tints of Lavender Grey #BFBBE8

Color information

#BFBBE8 (or 0xBFBBE8) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and E8. RGB value is (191,187,232). Sum of RGB (Red+Green+Blue) = 191+187+232=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE8 is #404417. Grayscale: #C1C1C1. Windows color (decimal): -4211736 or 15252415. OLE color: 15252415.

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

Color convert

RGB191187232-
CMYK0.180.1900.09
HSL245.33º49.45%82.16%-
HSV(B)245.33º19.4%90.98%-
XYZ53.8252.4483.63-
YUV193.33149.83126.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=31.31%
G=30.66%
B=38.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911872320.180.1900.09245.3349.4582.16
HexBFBBE8121309f53152
Octal277273350222301136561122
Binary101111111011101111101000100101001101001111101011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBE8; }

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

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

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

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

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

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

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

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