#ABBCD2

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

Shades of Spindle #ABBCD2

Tints of Spindle #ABBCD2

Color information

#ABBCD2 (or 0xABBCD2) is unknown color: approx Spindle. HEX triplet: AB, BC and D2. RGB value is (171,188,210). Sum of RGB (Red+Green+Blue) = 171+188+210=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD2 is #54432D. Grayscale: #B9B9B9. Windows color (decimal): -5522222 or 13810859. OLE color: 13810859.

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

Color convert

RGB171188210-
CMYK0.190.1000.18
HSL213.85º30.23%74.71%-
HSV(B)213.85º18.57%82.35%-
XYZ46.4149.2868.04-
YUV185.42141.87117.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=30.05%
G=33.04%
B=36.91%

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
Decimal1711882100.190.1000.18213.8530.2374.71
HexABBCD213A012d61e4b
Octal253274322231202232636113
Binary10101011101111001101001010011101001001011010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCD2; }

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

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

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

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

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

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

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

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