#ABBABE

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

Shades of Casper #ABBABE

Tints of Casper #ABBABE

Color information

#ABBABE (or 0xABBABE) is unknown color: approx Casper. HEX triplet: AB, BA and BE. RGB value is (171,186,190). Sum of RGB (Red+Green+Blue) = 171+186+190=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABE is #544541. Grayscale: #B5B5B5. Windows color (decimal): -5522754 or 12499627. OLE color: 12499627.

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

Color convert

RGB171186190-
CMYK0.100.0200.25
HSL192.63º12.75%70.78%-
HSV(B)192.63º10%74.51%-
XYZ43.6547.4955.58-
YUV181.97132.53120.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=31.26%
G=34.00%
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
Decimal1711861900.100.0200.25192.6312.7570.78
HexABBABEA2019c1d47
Octal25327227612203130115107
Binary1010101110111010101111101010100110011100000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABE; }

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

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

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

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

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

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

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

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