#ABBAD3

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

Shades of Spindle #ABBAD3

Tints of Spindle #ABBAD3

Color information

#ABBAD3 (or 0xABBAD3) is unknown color: approx Spindle. HEX triplet: AB, BA and D3. RGB value is (171,186,211). Sum of RGB (Red+Green+Blue) = 171+186+211=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAD3 is #54452C. Grayscale: #B8B8B8. Windows color (decimal): -5522733 or 13875883. OLE color: 13875883.

HSL color Cylindrical-coordinate representation of color #ABBAD3: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBAD3 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171186211-
CMYK0.190.1200.17
HSL217.5º31.25%74.9%-
HSV(B)217.5º18.96%82.75%-
XYZ46.1148.4868.56-
YUV184.36143.03118.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=30.11%
G=32.75%
B=37.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711862110.190.1200.17217.531.2574.9
HexABBAD313C011da1f4b
Octal253272323231402133237113
Binary10101011101110101101001110011110001000111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAD3; }

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

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

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

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

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

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

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

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