#B0AAEB

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

Shades of Lavender Grey #B0AAEB

Tints of Lavender Grey #B0AAEB

Color information

#B0AAEB (or 0xB0AAEB) is unknown color: approx Lavender Grey. HEX triplet: B0, AA and EB. RGB value is (176,170,235). Sum of RGB (Red+Green+Blue) = 176+170+235=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAEB is #4F5514. Grayscale: #B2B2B2. Windows color (decimal): -5199125 or 15444656. OLE color: 15444656.

HSL color Cylindrical-coordinate representation of color #B0AAEB: hue angle of 245.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AAEB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176170235-
CMYK0.250.2800.08
HSL245.54º61.9%79.41%-
HSV(B)245.54º27.66%92.16%-
XYZ47.2743.9884.59-
YUV179.2159.49125.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=30.29%
G=29.26%
B=40.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761702350.250.2800.08245.5461.979.41
HexB0AAEB191C08f63e4f
Octal260252353313401036676117
Binary101100001010101011101011110011110001000111101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAEB; }

 p { color: rgb(176,170,235); }

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

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

 a { background-color: rgb(176,170,235); }

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

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

 span { border-color: rgb(176,170,235); }

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