#BFBBE7

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

Shades of Lavender Grey #BFBBE7

Tints of Lavender Grey #BFBBE7

Color information

#BFBBE7 (or 0xBFBBE7) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and E7. RGB value is (191,187,231). Sum of RGB (Red+Green+Blue) = 191+187+231=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE7 is #404418. Grayscale: #C1C1C1. Windows color (decimal): -4211737 or 15186879. OLE color: 15186879.

HSL color Cylindrical-coordinate representation of color #BFBBE7: hue angle of 245.45º degrees, saturation: 0.48, 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 #BFBBE7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191187231-
CMYK0.170.1900.09
HSL245.45º47.83%81.96%-
HSV(B)245.45º19.05%90.59%-
XYZ53.6852.3982.88-
YUV193.21149.33126.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=31.36%
G=30.71%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911872310.170.1900.09245.4547.8381.96
HexBFBBE7111309f53052
Octal277273347212301136560122
Binary101111111011101111100111100011001101001111101011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBE7; }

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

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

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

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

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

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

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

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