Shades of Spindle #ABBECE
Tints of Spindle #ABBECE
RGB
CMYK
RGB Variations
Color information
#ABBECE (or 0xABBECE) is known color: Spindle. HEX triplet: AB, BE and CE. RGB value is (171,190,206). Sum of RGB (Red+Green+Blue) = 171+190+206=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBECE is #544131. Grayscale: #BABABA. Windows color (decimal): -5521714 or 13549227. OLE color: 13549227.
HSL color Cylindrical-coordinate representation of color #ABBECE: hue angle of 207.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBECE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 190 | 206 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.19 |
| HSL | 207.43º | 0.26% | 0.74% | - |
| HSV(B) | 207.43º | 0.17% | 0.81% | - |
| XYZ | 46.35 | 49.94 | 65.59 | - |
| YUV | 186.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 206 | 0.17 | 0.08 | 0 | 0.19 | 207.43 | 0.26 | 0.74 |
| Hex | AB | BE | CE | 11 | 8 | 0 | 13 | CF | 1A | 4A |
| Octal | 253 | 276 | 316 | 21 | 10 | 0 | 23 | 317 | 32 | 112 |
| Binary | 10101011 | 10111110 | 11001110 | 10001 | 1000 | 0 | 10011 | 11001111 | 11010 | 1001010 |
Color Harmonies of #ABBECE
Complementary color
Monochromatic Colors of #ABBECE
Black with #ABBECE
Text Example
Text Example
White with #ABBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBECE; }
p { color: rgb(171,190,206); }
H1.HeaderClassName
{
color: #ABBECE;
}
.AnyTagClassName
{
color: #ABBECE;
}
</style>
background-color css
<style>
a { background-color: #ABBECE; }
a { background-color: rgb(171,190,206); }
div.DivClassName
{
background-color: #ABBECE;
}
.BgClassName
{
background-color: #ABBECE;
}
</style>
border-color css
<style>
span { border-color: #ABBECE; }
span { border-color: rgb(171,190,206); }
td.TdClassName
{
border-color: #ABBECE;
}
.TagClassName
{
border-color: #ABBECE;
}
</style>