#ABBDC0

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

Shades of Casper #ABBDC0

Tints of Casper #ABBDC0

Color information

#ABBDC0 (or 0xABBDC0) is unknown color: approx Casper. HEX triplet: AB, BD and C0. RGB value is (171,189,192). Sum of RGB (Red+Green+Blue) = 171+189+192=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC0 is #54423F. Grayscale: #B7B7B7. Windows color (decimal): -5521984 or 12631467. OLE color: 12631467.

HSL color Cylindrical-coordinate representation of color #ABBDC0: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBDC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171189192-
CMYK0.110.0200.25
HSL188.57º14.29%71.18%-
HSV(B)188.57º10.94%75.29%-
XYZ44.5148.8656.95-
YUV183.96132.54118.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=30.98%
G=34.24%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711891920.110.0200.25188.5714.2971.18
HexABBDC0B2019bde47
Octal25327530013203127516107
Binary1010101110111101110000001011100110011011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC0; }

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

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

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

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

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

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

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

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