Shades of Spindle #AFBBCE
Tints of Spindle #AFBBCE
RGB
CMYK
RGB Variations
Color information
#AFBBCE (or 0xAFBBCE) is known color: Spindle. HEX triplet: AF, BB and CE. RGB value is (175,187,206). Sum of RGB (Red+Green+Blue) = 175+187+206=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCE is #504431. Grayscale: #B9B9B9. Windows color (decimal): -5260338 or 13548463. OLE color: 13548463.
HSL color Cylindrical-coordinate representation of color #AFBBCE: hue angle of 216.77º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBBCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 187 | 206 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.19 |
| HSL | 216.77º | 0.24% | 0.75% | - |
| HSV(B) | 216.77º | 0.15% | 0.81% | - |
| XYZ | 46.59 | 49.11 | 65.42 | - |
| YUV | 185.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 206 | 0.15 | 0.09 | 0 | 0.19 | 216.77 | 0.24 | 0.75 |
| Hex | AF | BB | CE | F | 9 | 0 | 13 | D9 | 18 | 4B |
| Octal | 257 | 273 | 316 | 17 | 11 | 0 | 23 | 331 | 30 | 113 |
| Binary | 10101111 | 10111011 | 11001110 | 1111 | 1001 | 0 | 10011 | 11011001 | 11000 | 1001011 |
Color Harmonies of #AFBBCE
Complementary color
Monochromatic Colors of #AFBBCE
Black with #AFBBCE
Text Example
Text Example
White with #AFBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBCE; }
p { color: rgb(175,187,206); }
H1.HeaderClassName
{
color: #AFBBCE;
}
.AnyTagClassName
{
color: #AFBBCE;
}
</style>
background-color css
<style>
a { background-color: #AFBBCE; }
a { background-color: rgb(175,187,206); }
div.DivClassName
{
background-color: #AFBBCE;
}
.BgClassName
{
background-color: #AFBBCE;
}
</style>
border-color css
<style>
span { border-color: #AFBBCE; }
span { border-color: rgb(175,187,206); }
td.TdClassName
{
border-color: #AFBBCE;
}
.TagClassName
{
border-color: #AFBBCE;
}
</style>