#B5AEF2

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

Shades of Lavender Grey #B5AEF2

Tints of Lavender Grey #B5AEF2

Color information

#B5AEF2 (or 0xB5AEF2) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and F2. RGB value is (181,174,242). Sum of RGB (Red+Green+Blue) = 181+174+242=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEF2 is #4A510D. Grayscale: #B7B7B7. Windows color (decimal): -4870414 or 15904437. OLE color: 15904437.

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

Color convert

RGB181174242-
CMYK0.250.2800.05
HSL246.18º72.34%81.57%-
HSV(B)246.18º28.1%94.9%-
XYZ50.2246.5190.33-
YUV183.84160.82125.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=30.32%
G=29.15%
B=40.54%

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
Decimal1811742420.250.2800.05246.1872.3481.57
HexB5AEF2191C05f64852
Octal265256362313405366110122
Binary101101011010111011110010110011110001011111011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEF2; }

 p { color: rgb(181,174,242); }

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

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

 a { background-color: rgb(181,174,242); }

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

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

 span { border-color: rgb(181,174,242); }

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