#ABB4B8

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

Shades of Casper #ABB4B8

Tints of Casper #ABB4B8

Color information

#ABB4B8 (or 0xABB4B8) is unknown color: approx Casper. HEX triplet: AB, B4 and B8. RGB value is (171,180,184). Sum of RGB (Red+Green+Blue) = 171+180+184=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABB4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4B8 is #544B47. Grayscale: #B1B1B1. Windows color (decimal): -5524296 or 12104875. OLE color: 12104875.

HSL color Cylindrical-coordinate representation of color #ABB4B8: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB4B8 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171180184-
CMYK0.070.0200.28
HSL198.46º8.39%69.61%-
HSV(B)198.46º7.07%72.16%-
XYZ41.7744.7651.79-
YUV177.76131.52123.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=31.96%
G=33.64%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711801840.070.0200.28198.468.3969.61
HexABB4B87201Cc6846
Octal2532642707203430610106
Binary101010111011010010111000111100111001100011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4B8; }

 p { color: rgb(171,180,184); }

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

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

 a { background-color: rgb(171,180,184); }

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

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

 span { border-color: rgb(171,180,184); }

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