#ABB0B1

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

Shades of Casper #ABB0B1

Tints of Casper #ABB0B1

Color information

#ABB0B1 (or 0xABB0B1) is unknown color: approx Casper. HEX triplet: AB, B0 and B1. RGB value is (171,176,177). Sum of RGB (Red+Green+Blue) = 171+176+177=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABB0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0B1 is #544F4E. Grayscale: #AEAEAE. Windows color (decimal): -5525327 or 11645099. OLE color: 11645099.

HSL color Cylindrical-coordinate representation of color #ABB0B1: hue angle of 190º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABB0B1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171176177-
CMYK0.030.0100.31
HSL190º3.7%68.24%-
HSV(B)190º3.39%69.41%-
XYZ40.2642.8847.75-
YUV174.62129.34125.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=32.63%
G=33.59%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761770.030.0100.311903.768.24
HexABB0B13101Fbe444
Octal253260261310372764104
Binary101010111011000010110001111011111101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0B1; }

 p { color: rgb(171,176,177); }

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

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

 a { background-color: rgb(171,176,177); }

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

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

 span { border-color: rgb(171,176,177); }

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