#BBBAED

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

Shades of Lavender Grey #BBBAED

Tints of Lavender Grey #BBBAED

Color information

#BBBAED (or 0xBBBAED) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and ED. RGB value is (187,186,237). Sum of RGB (Red+Green+Blue) = 187+186+237=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAED is #444512. Grayscale: #BFBFBF. Windows color (decimal): -4474131 or 15579835. OLE color: 15579835.

HSL color Cylindrical-coordinate representation of color #BBBAED: hue angle of 241.18º degrees, saturation: 0.59, 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 #BBBAED is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187186237-
CMYK0.210.2200.07
HSL241.18º58.62%82.94%-
HSV(B)241.18º21.52%92.94%-
XYZ53.3451.887.31-
YUV192.11153.33124.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=30.66%
G=30.49%
B=38.85%

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
Decimal1871862370.210.2200.07241.1858.6282.94
HexBBBAED151607f13b53
Octal27327235525260736173123
Binary10111011101110101110110110101101100111111100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAED; }

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

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

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

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

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

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

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

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