#ABB7B9

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

Shades of Casper #ABB7B9

Tints of Casper #ABB7B9

Color information

#ABB7B9 (or 0xABB7B9) is unknown color: approx Casper. HEX triplet: AB, B7 and B9. RGB value is (171,183,185). Sum of RGB (Red+Green+Blue) = 171+183+185=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7B9 is #544846. Grayscale: #B3B3B3. Windows color (decimal): -5523527 or 12171179. OLE color: 12171179.

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

Color convert

RGB171183185-
CMYK0.080.0100.27
HSL188.57º9.09%69.8%-
HSV(B)188.57º7.57%72.55%-
XYZ42.4946.0352.54-
YUV179.64131.02121.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=31.73%
G=33.95%
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
Decimal1711831850.080.0100.27188.579.0969.8
HexABB7B98101Bbd946
Octal25326727110103327511106
Binary101010111011011110111001100010110111011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7B9; }

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

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

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

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

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

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

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

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