#B5ACE1

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

Shades of Lavender Grey #B5ACE1

Tints of Lavender Grey #B5ACE1

Color information

#B5ACE1 (or 0xB5ACE1) is unknown color: approx Lavender Grey. HEX triplet: B5, AC and E1. RGB value is (181,172,225). Sum of RGB (Red+Green+Blue) = 181+172+225=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #B5ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACE1 is #4A531E. Grayscale: #B4B4B4. Windows color (decimal): -4870943 or 14789813. OLE color: 14789813.

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

Color convert

RGB181172225-
CMYK0.200.2400.12
HSL250.19º46.9%77.84%-
HSV(B)250.19º23.56%88.24%-
XYZ47.444.7777.38-
YUV180.73152.98128.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=31.31%
G=29.76%
B=38.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811722250.200.2400.12250.1946.977.84
HexB5ACE114180Cfa2f4e
Octal265254341243001437257116
Binary101101011010110011100001101001100001100111110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACE1; }

 p { color: rgb(181,172,225); }

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

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

 a { background-color: rgb(181,172,225); }

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

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

 span { border-color: rgb(181,172,225); }

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