#ABBED2

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

Shades of Spindle #ABBED2

Tints of Spindle #ABBED2

Color information

#ABBED2 (or 0xABBED2) is unknown color: approx Spindle. HEX triplet: AB, BE and D2. RGB value is (171,190,210). Sum of RGB (Red+Green+Blue) = 171+190+210=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED2 is #54412D. Grayscale: #BABABA. Windows color (decimal): -5521710 or 13811371. OLE color: 13811371.

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

Color convert

RGB171190210-
CMYK0.190.1000.18
HSL210.77º30.23%74.71%-
HSV(B)210.77º18.57%82.35%-
XYZ46.8450.1468.18-
YUV186.6141.21116.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=29.95%
G=33.27%
B=36.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711902100.190.1000.18210.7730.2374.71
HexABBED213A012d31e4b
Octal253276322231202232336113
Binary10101011101111101101001010011101001001011010011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBED2; }

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

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

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

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

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

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

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

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