#ABBAD0

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

Shades of Spindle #ABBAD0

Tints of Spindle #ABBAD0

Color information

#ABBAD0 (or 0xABBAD0) is unknown color: approx Spindle. HEX triplet: AB, BA and D0. RGB value is (171,186,208). Sum of RGB (Red+Green+Blue) = 171+186+208=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAD0 is #54452F. Grayscale: #B7B7B7. Windows color (decimal): -5522736 or 13679275. OLE color: 13679275.

HSL color Cylindrical-coordinate representation of color #ABBAD0: hue angle of 215.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBAD0 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171186208-
CMYK0.180.1100.18
HSL215.68º28.24%74.31%-
HSV(B)215.68º17.79%81.57%-
XYZ45.7448.3366.59-
YUV184.02141.53118.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=30.27%
G=32.92%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711862080.180.1100.18215.6828.2474.31
HexABBAD012B012d81c4a
Octal253272320221302233034112
Binary10101011101110101101000010010101101001011011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAD0; }

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

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

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

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

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

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

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

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