#ABBAD5

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

Shades of Spindle #ABBAD5

Tints of Spindle #ABBAD5

Color information

#ABBAD5 (or 0xABBAD5) is unknown color: approx Spindle. HEX triplet: AB, BA and D5. RGB value is (171,186,213). Sum of RGB (Red+Green+Blue) = 171+186+213=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAD5 is #54452A. Grayscale: #B8B8B8. Windows color (decimal): -5522731 or 14006955. OLE color: 14006955.

HSL color Cylindrical-coordinate representation of color #ABBAD5: hue angle of 218.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBAD5 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171186213-
CMYK0.200.1300.16
HSL218.57º33.33%75.29%-
HSV(B)218.57º19.72%83.53%-
XYZ46.3648.5869.88-
YUV184.59144.03118.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=30%
G=32.63%
B=37.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711862130.200.1300.16218.5733.3375.29
HexABBAD514D010db214b
Octal253272325241502033341113
Binary101010111011101011010101101001101010000110110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAD5; }

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

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

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

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

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

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

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

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