#ABBBD0

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

Shades of Spindle #ABBBD0

Tints of Spindle #ABBBD0

Color information

#ABBBD0 (or 0xABBBD0) is unknown color: approx Spindle. HEX triplet: AB, BB and D0. RGB value is (171,187,208). Sum of RGB (Red+Green+Blue) = 171+187+208=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD0 is #54442F. Grayscale: #B8B8B8. Windows color (decimal): -5522480 or 13679531. OLE color: 13679531.

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

Color convert

RGB171187208-
CMYK0.180.1000.18
HSL214.05º28.24%74.31%-
HSV(B)214.05º17.79%81.57%-
XYZ45.9548.7566.66-
YUV184.61141.2118.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=30.21%
G=33.04%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711872080.180.1000.18214.0528.2474.31
HexABBBD012A012d61c4a
Octal253273320221202232634112
Binary10101011101110111101000010010101001001011010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBD0; }

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

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

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

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

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

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

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

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