#ABB9BA

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

Shades of Casper #ABB9BA

Tints of Casper #ABB9BA

Color information

#ABB9BA (or 0xABB9BA) is unknown color: approx Casper. HEX triplet: AB, B9 and BA. RGB value is (171,185,186). Sum of RGB (Red+Green+Blue) = 171+185+186=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BA is #544645. Grayscale: #B4B4B4. Windows color (decimal): -5523014 or 12237227. OLE color: 12237227.

HSL color Cylindrical-coordinate representation of color #ABB9BA: hue angle of 184º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9BA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171185186-
CMYK0.080.0100.27
HSL184º9.8%70%-
HSV(B)184º8.06%72.94%-
XYZ43.0146.953.24-
YUV180.93130.86120.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=31.55%
G=34.13%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851860.080.0100.271849.870
HexABB9BA8101Bb8a46
Octal25327127210103327012106
Binary101010111011100110111010100010110111011100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9BA; }

 p { color: rgb(171,185,186); }

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

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

 a { background-color: rgb(171,185,186); }

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

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

 span { border-color: rgb(171,185,186); }

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