#ABBCBE

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

Shades of Casper #ABBCBE

Tints of Casper #ABBCBE

Color information

#ABBCBE (or 0xABBCBE) is unknown color: approx Casper. HEX triplet: AB, BC and BE. RGB value is (171,188,190). Sum of RGB (Red+Green+Blue) = 171+188+190=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBE is #544341. Grayscale: #B7B7B7. Windows color (decimal): -5522242 or 12500139. OLE color: 12500139.

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

Color convert

RGB171188190-
CMYK0.100.0100.25
HSL186.32º12.75%70.78%-
HSV(B)186.32º10%74.51%-
XYZ44.0748.3455.72-
YUV183.14131.87119.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=31.15%
G=34.24%
B=34.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711881900.100.0100.25186.3212.7570.78
HexABBCBEA1019bad47
Octal25327427612103127215107
Binary101010111011110010111110101010110011011101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCBE; }

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

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

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

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

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

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

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

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