#AAB8BA

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

Shades of Casper #AAB8BA

Tints of Casper #AAB8BA

Color information

#AAB8BA (or 0xAAB8BA) is unknown color: approx Casper. HEX triplet: AA, B8 and BA. RGB value is (170,184,186). Sum of RGB (Red+Green+Blue) = 170+184+186=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BA is #554745. Grayscale: #B4B4B4. Windows color (decimal): -5588806 or 12236970. OLE color: 12236970.

HSL color Cylindrical-coordinate representation of color #AAB8BA: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB8BA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170184186-
CMYK0.090.0100.27
HSL187.5º10.39%69.8%-
HSV(B)187.5º8.6%72.94%-
XYZ42.5846.3753.16-
YUV180.04131.36120.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=31.48%
G=34.07%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701841860.090.0100.27187.510.3969.8
HexAAB8BA9101Bbba46
Octal25227027211103327312106
Binary101010101011100010111010100110110111011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8BA; }

 p { color: rgb(170,184,186); }

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

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

 a { background-color: rgb(170,184,186); }

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

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

 span { border-color: rgb(170,184,186); }

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