#ABBABD

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

Shades of Casper #ABBABD

Tints of Casper #ABBABD

Color information

#ABBABD (or 0xABBABD) is unknown color: approx Casper. HEX triplet: AB, BA and BD. RGB value is (171,186,189). Sum of RGB (Red+Green+Blue) = 171+186+189=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABD is #544542. Grayscale: #B5B5B5. Windows color (decimal): -5522755 or 12434091. OLE color: 12434091.

HSL color Cylindrical-coordinate representation of color #ABBABD: hue angle of 190º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBABD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171186189-
CMYK0.100.0200.26
HSL190º12%70.59%-
HSV(B)190º9.52%74.12%-
XYZ43.5447.4555.01-
YUV181.86132.03120.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=31.32%
G=34.07%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711861890.100.0200.261901270.59
HexABBABDA201Abec47
Octal25327227512203227614107
Binary1010101110111010101111011010100110101011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABD; }

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

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

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

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

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

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

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

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