#ABBABC

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

Shades of Casper #ABBABC

Tints of Casper #ABBABC

Color information

#ABBABC (or 0xABBABC) is unknown color: approx Casper. HEX triplet: AB, BA and BC. RGB value is (171,186,188). Sum of RGB (Red+Green+Blue) = 171+186+188=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABC is #544543. Grayscale: #B5B5B5. Windows color (decimal): -5522756 or 12368555. OLE color: 12368555.

HSL color Cylindrical-coordinate representation of color #ABBABC: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBABC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171186188-
CMYK0.090.0100.26
HSL187.06º11.26%70.39%-
HSV(B)187.06º9.04%73.73%-
XYZ43.4347.4154.44-
YUV181.74131.53120.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=31.38%
G=34.13%
B=34.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711861880.090.0100.26187.0611.2670.39
HexABBABC9101Abbb46
Octal25327227411103227313106
Binary101010111011101010111100100110110101011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABC; }

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

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

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

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

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

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

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

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