#AABCBF

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

Shades of Casper #AABCBF

Tints of Casper #AABCBF

Color information

#AABCBF (or 0xAABCBF) is unknown color: approx Casper. HEX triplet: AA, BC and BF. RGB value is (170,188,191). Sum of RGB (Red+Green+Blue) = 170+188+191=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #AABCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCBF is #554340. Grayscale: #B6B6B6. Windows color (decimal): -5587777 or 12565674. OLE color: 12565674.

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

Color convert

RGB170188191-
CMYK0.110.0200.25
HSL188.57º14.09%70.78%-
HSV(B)188.57º10.99%74.9%-
XYZ43.9648.2756.29-
YUV182.96132.54118.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 34.79%
R=30.97%
G=34.24%
B=34.79%

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
Decimal1701881910.110.0200.25188.5714.0970.78
HexAABCBFB2019bde47
Octal25227427713203127516107
Binary1010101010111100101111111011100110011011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCBF; }

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

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

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

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

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

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

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

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