#ABB9C9

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

Shades of Spindle #ABB9C9

Tints of Spindle #ABB9C9

Color information

#ABB9C9 (or 0xABB9C9) is unknown color: approx Spindle. HEX triplet: AB, B9 and C9. RGB value is (171,185,201). Sum of RGB (Red+Green+Blue) = 171+185+201=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABB9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9C9 is #544636. Grayscale: #B6B6B6. Windows color (decimal): -5522999 or 13220267. OLE color: 13220267.

HSL color Cylindrical-coordinate representation of color #ABB9C9: hue angle of 212º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB9C9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171185201-
CMYK0.150.0800.21
HSL212º21.74%72.94%-
HSV(B)212º14.93%78.82%-
XYZ44.6947.5762.09-
YUV182.64138.36119.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=30.70%
G=33.21%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711852010.150.0800.2121221.7472.94
HexABB9C9F8015d41649
Octal253271311171002532426111
Binary1010101110111001110010011111100001010111010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9C9; }

 p { color: rgb(171,185,201); }

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

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

 a { background-color: rgb(171,185,201); }

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

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

 span { border-color: rgb(171,185,201); }

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