#AABCC0

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

Shades of Casper #AABCC0

Tints of Casper #AABCC0

Color information

#AABCC0 (or 0xAABCC0) is unknown color: approx Casper. HEX triplet: AA, BC and C0. RGB value is (170,188,192). Sum of RGB (Red+Green+Blue) = 170+188+192=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC0 is #55433F. Grayscale: #B7B7B7. Windows color (decimal): -5587776 or 12631210. OLE color: 12631210.

HSL color Cylindrical-coordinate representation of color #AABCC0: hue angle of 190.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABCC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170188192-
CMYK0.110.0200.25
HSL190.91º14.86%70.98%-
HSV(B)190.91º11.46%75.29%-
XYZ44.0848.3256.87-
YUV183.07133.04118.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=30.91%
G=34.18%
B=34.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701881920.110.0200.25190.9114.8670.98
HexAABCC0B2019bff47
Octal25227430013203127717107
Binary1010101010111100110000001011100110011011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCC0; }

 p { color: rgb(170,188,192); }

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

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

 a { background-color: rgb(170,188,192); }

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

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

 span { border-color: rgb(170,188,192); }

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