#ABBBBF

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

Shades of Casper #ABBBBF

Tints of Casper #ABBBBF

Color information

#ABBBBF (or 0xABBBBF) is unknown color: approx Casper. HEX triplet: AB, BB and BF. RGB value is (171,187,191). Sum of RGB (Red+Green+Blue) = 171+187+191=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBF is #544440. Grayscale: #B6B6B6. Windows color (decimal): -5522497 or 12565419. OLE color: 12565419.

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

Color convert

RGB171187191-
CMYK0.100.0200.25
HSL192º13.51%70.98%-
HSV(B)192º10.47%74.9%-
XYZ43.9747.9656.23-
YUV182.67132.7119.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 191 (75% from 255) = 34.79%
R=31.15%
G=34.06%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711871910.100.0200.2519213.5170.98
HexABBBBFA2019c0e47
Octal25327327712203130016107
Binary1010101110111011101111111010100110011100000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBBF; }

 p { color: rgb(171,187,191); }

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

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

 a { background-color: rgb(171,187,191); }

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

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

 span { border-color: rgb(171,187,191); }

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