#ABBCBF

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

Shades of Casper #ABBCBF

Tints of Casper #ABBCBF

Color information

#ABBCBF (or 0xABBCBF) is unknown color: approx Casper. HEX triplet: AB, BC and BF. RGB value is (171,188,191). Sum of RGB (Red+Green+Blue) = 171+188+191=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBF is #544340. Grayscale: #B7B7B7. Windows color (decimal): -5522241 or 12565675. OLE color: 12565675.

HSL color Cylindrical-coordinate representation of color #ABBCBF: hue angle of 189º 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 #ABBCBF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171188191-
CMYK0.100.0200.25
HSL189º13.51%70.98%-
HSV(B)189º10.47%74.9%-
XYZ44.1848.3956.3-
YUV183.26132.37119.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 34.73%
R=31.09%
G=34.18%
B=34.73%

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
Decimal1711881910.100.0200.2518913.5170.98
HexABBCBFA2019bde47
Octal25327427712203127516107
Binary1010101110111100101111111010100110011011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCBF; }

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

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

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

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

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

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

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

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