#ABBBD3

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

Shades of Spindle #ABBBD3

Tints of Spindle #ABBBD3

Color information

#ABBBD3 (or 0xABBBD3) is unknown color: approx Spindle. HEX triplet: AB, BB and D3. RGB value is (171,187,211). Sum of RGB (Red+Green+Blue) = 171+187+211=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD3 is #54442C. Grayscale: #B8B8B8. Windows color (decimal): -5522477 or 13876139. OLE color: 13876139.

HSL color Cylindrical-coordinate representation of color #ABBBD3: hue angle of 216º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBBD3 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171187211-
CMYK0.190.1100.17
HSL216º31.25%74.9%-
HSV(B)216º18.96%82.75%-
XYZ46.3248.968.63-
YUV184.95142.7118.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=30.05%
G=32.86%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711872110.190.1100.1721631.2574.9
HexABBBD313B011d81f4b
Octal253273323231302133037113
Binary10101011101110111101001110011101101000111011000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBD3; }

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

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

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

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

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

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

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

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