#ABB7BA

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

Shades of Casper #ABB7BA

Tints of Casper #ABB7BA

Color information

#ABB7BA (or 0xABB7BA) is unknown color: approx Casper. HEX triplet: AB, B7 and BA. RGB value is (171,183,186). Sum of RGB (Red+Green+Blue) = 171+183+186=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7BA is #544845. Grayscale: #B3B3B3. Windows color (decimal): -5523526 or 12236715. OLE color: 12236715.

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

Color convert

RGB171183186-
CMYK0.080.0200.27
HSL192º9.8%70%-
HSV(B)192º8.06%72.94%-
XYZ42.5946.0753.1-
YUV179.75131.52121.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=31.67%
G=33.89%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711831860.080.0200.271929.870
HexABB7BA8201Bc0a46
Octal25326727210203330012106
Binary1010101110110111101110101000100110111100000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7BA; }

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

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

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

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

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

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

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

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