#ABB9CA

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

Shades of Spindle #ABB9CA

Tints of Spindle #ABB9CA

Color information

#ABB9CA (or 0xABB9CA) is unknown color: approx Spindle. HEX triplet: AB, B9 and CA. RGB value is (171,185,202). Sum of RGB (Red+Green+Blue) = 171+185+202=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9CA is #544635. Grayscale: #B6B6B6. Windows color (decimal): -5522998 or 13285803. OLE color: 13285803.

HSL color Cylindrical-coordinate representation of color #ABB9CA: hue angle of 212.9º degrees, saturation: 0.23, 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 #ABB9CA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171185202-
CMYK0.150.0800.21
HSL212.9º22.63%73.14%-
HSV(B)212.9º15.35%79.22%-
XYZ44.847.6262.71-
YUV182.75138.86119.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=30.65%
G=33.15%
B=36.20%

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
Decimal1711852020.150.0800.21212.922.6373.14
HexABB9CAF8015d51749
Octal253271312171002532527111
Binary1010101110111001110010101111100001010111010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9CA; }

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

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

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

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

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

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

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

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