#ABB5B9

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

Shades of Casper #ABB5B9

Tints of Casper #ABB5B9

Color information

#ABB5B9 (or 0xABB5B9) is unknown color: approx Casper. HEX triplet: AB, B5 and B9. RGB value is (171,181,185). Sum of RGB (Red+Green+Blue) = 171+181+185=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABB5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5B9 is #544A46. Grayscale: #B2B2B2. Windows color (decimal): -5524039 or 12170667. OLE color: 12170667.

HSL color Cylindrical-coordinate representation of color #ABB5B9: hue angle of 197.14º degrees, saturation: 0.09, 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 #ABB5B9 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171181185-
CMYK0.080.0200.27
HSL197.14º9.09%69.8%-
HSV(B)197.14º7.57%72.55%-
XYZ42.0845.2152.41-
YUV178.47131.69122.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=31.84%
G=33.71%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711811850.080.0200.27197.149.0969.8
HexABB5B98201Bc5946
Octal25326527110203330511106
Binary1010101110110101101110011000100110111100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5B9; }

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

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

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

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

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

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

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

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