#BBBAEE

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

Shades of Lavender Grey #BBBAEE

Tints of Lavender Grey #BBBAEE

Color information

#BBBAEE (or 0xBBBAEE) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and EE. RGB value is (187,186,238). Sum of RGB (Red+Green+Blue) = 187+186+238=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEE is #444511. Grayscale: #C0C0C0. Windows color (decimal): -4474130 or 15645371. OLE color: 15645371.

HSL color Cylindrical-coordinate representation of color #BBBAEE: hue angle of 241.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBAEE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187186238-
CMYK0.210.2200.07
HSL241.15º60.47%83.14%-
HSV(B)241.15º21.85%93.33%-
XYZ53.4951.8688.08-
YUV192.23153.83124.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=30.61%
G=30.44%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871862380.210.2200.07241.1560.4783.14
HexBBBAEE151607f13c53
Octal27327235625260736174123
Binary10111011101110101110111010101101100111111100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAEE; }

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

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

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

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

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

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

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

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