#ABBED1

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

Shades of Spindle #ABBED1

Tints of Spindle #ABBED1

Color information

#ABBED1 (or 0xABBED1) is unknown color: approx Spindle. HEX triplet: AB, BE and D1. RGB value is (171,190,209). Sum of RGB (Red+Green+Blue) = 171+190+209=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABBED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED1 is #54412E. Grayscale: #BABABA. Windows color (decimal): -5521711 or 13745835. OLE color: 13745835.

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

Color convert

RGB171190209-
CMYK0.180.0900.18
HSL210º29.23%74.51%-
HSV(B)210º18.18%81.96%-
XYZ46.7250.0967.53-
YUV186.48140.71116.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=30%
G=33.33%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711902090.180.0900.1821029.2374.51
HexABBED1129012d21d4b
Octal253276321221102232235113
Binary10101011101111101101000110010100101001011010010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBED1; }

 p { color: rgb(171,190,209); }

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

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

 a { background-color: rgb(171,190,209); }

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

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

 span { border-color: rgb(171,190,209); }

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