#ABBED0

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

Shades of Spindle #ABBED0

Tints of Spindle #ABBED0

Color information

#ABBED0 (or 0xABBED0) is unknown color: approx Spindle. HEX triplet: AB, BE and D0. RGB value is (171,190,208). Sum of RGB (Red+Green+Blue) = 171+190+208=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED0 is #54412F. Grayscale: #BABABA. Windows color (decimal): -5521712 or 13680299. OLE color: 13680299.

HSL color Cylindrical-coordinate representation of color #ABBED0: hue angle of 209.19º 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 #ABBED0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171190208-
CMYK0.180.0900.18
HSL209.19º28.24%74.31%-
HSV(B)209.19º17.79%81.57%-
XYZ46.5950.0466.88-
YUV186.37140.21117.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=30.05%
G=33.39%
B=36.56%

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
Decimal1711902080.180.0900.18209.1928.2474.31
HexABBED0129012d11c4a
Octal253276320221102232134112
Binary10101011101111101101000010010100101001011010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBED0; }

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

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

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

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

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

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

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

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