#ABBBBE

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

Shades of Casper #ABBBBE

Tints of Casper #ABBBBE

Color information

#ABBBBE (or 0xABBBBE) is unknown color: approx Casper. HEX triplet: AB, BB and BE. RGB value is (171,187,190). Sum of RGB (Red+Green+Blue) = 171+187+190=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBE is #544441. Grayscale: #B6B6B6. Windows color (decimal): -5522498 or 12499883. OLE color: 12499883.

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

Color convert

RGB171187190-
CMYK0.100.0200.25
HSL189.47º12.75%70.78%-
HSV(B)189.47º10%74.51%-
XYZ43.8647.9255.65-
YUV182.56132.2119.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=31.20%
G=34.12%
B=34.67%

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
Decimal1711871900.100.0200.25189.4712.7570.78
HexABBBBEA2019bdd47
Octal25327327612203127515107
Binary1010101110111011101111101010100110011011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBBE; }

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

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

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

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

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

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

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

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