#B3ACED

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

Shades of Lavender Grey #B3ACED

Tints of Lavender Grey #B3ACED

Color information

#B3ACED (or 0xB3ACED) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and ED. RGB value is (179,172,237). Sum of RGB (Red+Green+Blue) = 179+172+237=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACED is #4C5312. Grayscale: #B5B5B5. Windows color (decimal): -5002003 or 15576243. OLE color: 15576243.

HSL color Cylindrical-coordinate representation of color #B3ACED: hue angle of 246.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3ACED is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179172237-
CMYK0.240.2700.07
HSL246.46º64.36%80.2%-
HSV(B)246.46º27.43%92.94%-
XYZ48.6345.286.28-
YUV181.5159.32126.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=30.44%
G=29.25%
B=40.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791722370.240.2700.07246.4664.3680.2
HexB3ACED181B07f64050
Octal263254355303307366100120
Binary101100111010110011101101110001101101111111011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACED; }

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

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

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

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

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

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

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

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