#B4AEF1

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

Shades of Lavender Grey #B4AEF1

Tints of Lavender Grey #B4AEF1

Color information

#B4AEF1 (or 0xB4AEF1) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and F1. RGB value is (180,174,241). Sum of RGB (Red+Green+Blue) = 180+174+241=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF1 is #4B510E. Grayscale: #B7B7B7. Windows color (decimal): -4935951 or 15838900. OLE color: 15838900.

HSL color Cylindrical-coordinate representation of color #B4AEF1: hue angle of 245.37º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4AEF1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180174241-
CMYK0.250.2800.05
HSL245.37º70.53%81.37%-
HSV(B)245.37º27.8%94.51%-
XYZ49.8446.3389.53-
YUV183.43160.49125.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.25%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=30.25%
G=29.24%
B=40.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801742410.250.2800.05245.3770.5381.37
HexB4AEF1191C05f54751
Octal264256361313405365107121
Binary101101001010111011110001110011110001011111010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEF1; }

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

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

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

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

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

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

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

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