#BBBAE7

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

Shades of Lavender Grey #BBBAE7

Tints of Lavender Grey #BBBAE7

Color information

#BBBAE7 (or 0xBBBAE7) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and E7. RGB value is (187,186,231). Sum of RGB (Red+Green+Blue) = 187+186+231=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAE7 is #444518. Grayscale: #BFBFBF. Windows color (decimal): -4474137 or 15186619. OLE color: 15186619.

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

Color convert

RGB187186231-
CMYK0.190.1900.09
HSL241.33º48.39%81.76%-
HSV(B)241.33º19.48%90.59%-
XYZ52.4851.4582.77-
YUV191.43150.33124.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=30.96%
G=30.79%
B=38.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871862310.190.1900.09241.3348.3981.76
HexBBBAE7131309f13052
Octal273272347232301136160122
Binary101110111011101011100111100111001101001111100011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAE7; }

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

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

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

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

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

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

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

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