#B3ACE0

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

Shades of Lavender Grey #B3ACE0

Tints of Lavender Grey #B3ACE0

Color information

#B3ACE0 (or 0xB3ACE0) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and E0. RGB value is (179,172,224). Sum of RGB (Red+Green+Blue) = 179+172+224=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACE0 is #4C531F. Grayscale: #B3B3B3. Windows color (decimal): -5002016 or 14724275. OLE color: 14724275.

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

Color convert

RGB179172224-
CMYK0.200.2300.12
HSL248.08º45.61%77.65%-
HSV(B)248.08º23.21%87.84%-
XYZ46.844.4776.64-
YUV180.02152.82127.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=31.13%
G=29.91%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791722240.200.2300.12248.0845.6177.65
HexB3ACE014170Cf82e4e
Octal263254340242701437056116
Binary101100111010110011100000101001011101100111110001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACE0; }

 p { color: rgb(179,172,224); }

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

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

 a { background-color: rgb(179,172,224); }

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

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

 span { border-color: rgb(179,172,224); }

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