#ABBABB

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

Shades of Casper #ABBABB

Tints of Casper #ABBABB

Color information

#ABBABB (or 0xABBABB) is unknown color: approx Casper. HEX triplet: AB, BA and BB. RGB value is (171,186,187). Sum of RGB (Red+Green+Blue) = 171+186+187=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABB is #544544. Grayscale: #B5B5B5. Windows color (decimal): -5522757 or 12303019. OLE color: 12303019.

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

Color convert

RGB171186187-
CMYK0.090.0100.27
HSL183.75º10.53%70.2%-
HSV(B)183.75º8.56%73.33%-
XYZ43.3247.3653.87-
YUV181.63131.03120.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=31.43%
G=34.19%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861870.090.0100.27183.7510.5370.2
HexABBABB9101Bb8b46
Octal25327227311103327013106
Binary101010111011101010111011100110110111011100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABB; }

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

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

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

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

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

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

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

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