#BBBAE1

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

Shades of Lavender Grey #BBBAE1

Tints of Lavender Grey #BBBAE1

Color information

#BBBAE1 (or 0xBBBAE1) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and E1. RGB value is (187,186,225). Sum of RGB (Red+Green+Blue) = 187+186+225=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAE1 is #44451E. Grayscale: #BEBEBE. Windows color (decimal): -4474143 or 14793403. OLE color: 14793403.

HSL color Cylindrical-coordinate representation of color #BBBAE1: hue angle of 241.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBAE1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187186225-
CMYK0.170.1700.12
HSL241.54º39.39%80.59%-
HSV(B)241.54º17.33%88.24%-
XYZ51.6451.1278.38-
YUV190.74147.33125.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=31.27%
G=31.10%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871862250.170.1700.12241.5439.3980.59
HexBBBAE111110Cf22751
Octal273272341212101436247121
Binary101110111011101011100001100011000101100111100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAE1; }

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

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

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

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

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

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

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

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