#B0AEE2

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

Shades of Lavender Grey #B0AEE2

Tints of Lavender Grey #B0AEE2

Color information

#B0AEE2 (or 0xB0AEE2) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and E2. RGB value is (176,174,226). Sum of RGB (Red+Green+Blue) = 176+174+226=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #B0AEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEE2 is #4F511D. Grayscale: #B4B4B4. Windows color (decimal): -5198110 or 14855856. OLE color: 14855856.

HSL color Cylindrical-coordinate representation of color #B0AEE2: hue angle of 242.31º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0AEE2 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176174226-
CMYK0.220.2300.11
HSL242.31º47.27%78.43%-
HSV(B)242.31º23.01%88.63%-
XYZ46.7744.9978.17-
YUV180.53153.66124.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=30.56%
G=30.21%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761742260.220.2300.11242.3147.2778.43
HexB0AEE216170Bf22f4e
Octal260256342262701336257116
Binary101100001010111011100010101101011101011111100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEE2; }

 p { color: rgb(176,174,226); }

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

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

 a { background-color: rgb(176,174,226); }

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

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

 span { border-color: rgb(176,174,226); }

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