#AAB8BC

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

Shades of Casper #AAB8BC

Tints of Casper #AAB8BC

Color information

#AAB8BC (or 0xAAB8BC) is unknown color: approx Casper. HEX triplet: AA, B8 and BC. RGB value is (170,184,188). Sum of RGB (Red+Green+Blue) = 170+184+188=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BC is #554743. Grayscale: #B4B4B4. Windows color (decimal): -5588804 or 12368042. OLE color: 12368042.

HSL color Cylindrical-coordinate representation of color #AAB8BC: hue angle of 193.33º degrees, saturation: 0.12, 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 #AAB8BC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170184188-
CMYK0.100.0200.26
HSL193.33º11.84%70.2%-
HSV(B)193.33º9.57%73.73%-
XYZ42.846.4654.29-
YUV180.27132.36120.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=31.37%
G=33.95%
B=34.69%

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
Decimal1701841880.100.0200.26193.3311.8470.2
HexAAB8BCA201Ac1c46
Octal25227027412203230114106
Binary1010101010111000101111001010100110101100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8BC; }

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

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

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

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

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

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

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

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