#ABB6BA

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

Shades of Casper #ABB6BA

Tints of Casper #ABB6BA

Color information

#ABB6BA (or 0xABB6BA) is unknown color: approx Casper. HEX triplet: AB, B6 and BA. RGB value is (171,182,186). Sum of RGB (Red+Green+Blue) = 171+182+186=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BA is #544945. Grayscale: #B3B3B3. Windows color (decimal): -5523782 or 12236459. OLE color: 12236459.

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

Color convert

RGB171182186-
CMYK0.080.0200.27
HSL196º9.8%70%-
HSV(B)196º8.06%72.94%-
XYZ42.3945.6653.03-
YUV179.17131.86122.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=31.73%
G=33.77%
B=34.51%

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
Decimal1711821860.080.0200.271969.870
HexABB6BA8201Bc4a46
Octal25326627210203330412106
Binary1010101110110110101110101000100110111100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6BA; }

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

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

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

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

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

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

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

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