#AABABD

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

Shades of Casper #AABABD

Tints of Casper #AABABD

Color information

#AABABD (or 0xAABABD) is unknown color: approx Casper. HEX triplet: AA, BA and BD. RGB value is (170,186,189). Sum of RGB (Red+Green+Blue) = 170+186+189=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #AABABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABD is #554542. Grayscale: #B5B5B5. Windows color (decimal): -5588291 or 12434090. OLE color: 12434090.

HSL color Cylindrical-coordinate representation of color #AABABD: hue angle of 189.47º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABABD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170186189-
CMYK0.100.0200.26
HSL189.47º12.58%70.39%-
HSV(B)189.47º10.05%74.12%-
XYZ43.3247.3455-
YUV181.56132.2119.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=31.19%
G=34.13%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701861890.100.0200.26189.4712.5870.39
HexAABABDA201Abdd46
Octal25227227512203227515106
Binary1010101010111010101111011010100110101011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABABD; }

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

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

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

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

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

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

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

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