#AAB8BB

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

Shades of Casper #AAB8BB

Tints of Casper #AAB8BB

Color information

#AAB8BB (or 0xAAB8BB) is unknown color: approx Casper. HEX triplet: AA, B8 and BB. RGB value is (170,184,187). Sum of RGB (Red+Green+Blue) = 170+184+187=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BB is #554744. Grayscale: #B4B4B4. Windows color (decimal): -5588805 or 12302506. OLE color: 12302506.

HSL color Cylindrical-coordinate representation of color #AAB8BB: hue angle of 190.59º degrees, saturation: 0.11, 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 #AAB8BB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170184187-
CMYK0.090.0200.27
HSL190.59º11.11%70%-
HSV(B)190.59º9.09%73.33%-
XYZ42.6946.4153.72-
YUV180.16131.86120.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=31.42%
G=34.01%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701841870.090.0200.27190.5911.1170
HexAAB8BB9201Bbfb46
Octal25227027311203327713106
Binary1010101010111000101110111001100110111011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8BB; }

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

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

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

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

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

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

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

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