#BBBAEA

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

Shades of Lavender Grey #BBBAEA

Tints of Lavender Grey #BBBAEA

Color information

#BBBAEA (or 0xBBBAEA) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and EA. RGB value is (187,186,234). Sum of RGB (Red+Green+Blue) = 187+186+234=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEA is #444515. Grayscale: #BFBFBF. Windows color (decimal): -4474134 or 15383227. OLE color: 15383227.

HSL color Cylindrical-coordinate representation of color #BBBAEA: hue angle of 241.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBAEA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187186234-
CMYK0.200.2100.08
HSL241.25º53.33%82.35%-
HSV(B)241.25º20.51%91.76%-
XYZ52.951.6285.02-
YUV191.77151.83124.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=30.81%
G=30.64%
B=38.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871862340.200.2100.08241.2553.3382.35
HexBBBAEA141508f13552
Octal273272352242501036165122
Binary101110111011101011101010101001010101000111100011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAEA; }

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

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

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

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

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

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

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

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