#b4aee0

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

Shades of Lavender Grey #B4AEE0

Tints of Lavender Grey #B4AEE0

Color information

#B4AEE0 (or 0xB4AEE0) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and E0. RGB value is (180,174,224). Sum of RGB (Red+Green+Blue) = 180+174+224=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #B4AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEE0 is #4B511F. Grayscale: #B5B5B5. Windows color (decimal): -4935968 or 14724788. OLE color: 14724788.

HSL color Cylindrical-coordinate representation of color #B4AEE0: hue angle of 247.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AEE0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180174224-
CMYK0.200.2200.12
HSL247.2º44.64%78.04%-
HSV(B)247.2º22.32%87.84%-
XYZ47.4145.3676.78-
YUV181.49151.99126.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=31.14%
G=30.10%
B=38.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801742240.200.2200.12247.244.6478.04
HexB4AEE014160Cf72d4e
Octal264256340242601436755116
Binary101101001010111011100000101001011001100111101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4aee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4aee0; }

 p { color: rgb(180,174,224); }

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

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

 a { background-color: rgb(180,174,224); }

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

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

 span { border-color: rgb(180,174,224); }

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