#B0AEE5

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

Shades of Lavender Grey #B0AEE5

Tints of Lavender Grey #B0AEE5

Color information

#B0AEE5 (or 0xB0AEE5) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and E5. RGB value is (176,174,229). Sum of RGB (Red+Green+Blue) = 176+174+229=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEE5 is #4F511A. Grayscale: #B4B4B4. Windows color (decimal): -5198107 or 15052464. OLE color: 15052464.

HSL color Cylindrical-coordinate representation of color #B0AEE5: hue angle of 242.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0AEE5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176174229-
CMYK0.230.2400.10
HSL242.18º51.4%79.02%-
HSV(B)242.18º24.02%89.8%-
XYZ47.1845.1680.36-
YUV180.87155.16124.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=30.40%
G=30.05%
B=39.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761742290.230.2400.10242.1851.479.02
HexB0AEE517180Af2334f
Octal260256345273001236263117
Binary101100001010111011100101101111100001010111100101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEE5; }

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

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

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

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

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

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

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

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