Shades of Spindle #AFBECF
Tints of Spindle #AFBECF
RGB
CMYK
RGB Variations
Color information
#AFBECF (or 0xAFBECF) is known color: Spindle. HEX triplet: AF, BE and CF. RGB value is (175,190,207). Sum of RGB (Red+Green+Blue) = 175+190+207=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECF is #504130. Grayscale: #BBBBBB. Windows color (decimal): -5259569 or 13614767. OLE color: 13614767.
HSL color Cylindrical-coordinate representation of color #AFBECF: hue angle of 211.88º degrees, saturation: 0.25, 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 #AFBECF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 190 | 207 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.19 |
| HSL | 211.88º | 0.25% | 0.75% | - |
| HSV(B) | 211.88º | 0.15% | 0.81% | - |
| XYZ | 47.36 | 50.45 | 66.27 | - |
| YUV | 187.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 207 | 0.15 | 0.08 | 0 | 0.19 | 211.88 | 0.25 | 0.75 |
| Hex | AF | BE | CF | F | 8 | 0 | 13 | D4 | 19 | 4B |
| Octal | 257 | 276 | 317 | 17 | 10 | 0 | 23 | 324 | 31 | 113 |
| Binary | 10101111 | 10111110 | 11001111 | 1111 | 1000 | 0 | 10011 | 11010100 | 11001 | 1001011 |
Color Harmonies of #AFBECF
Complementary color
Monochromatic Colors of #AFBECF
Black with #AFBECF
Text Example
Text Example
White with #AFBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBECF; }
p { color: rgb(175,190,207); }
H1.HeaderClassName
{
color: #AFBECF;
}
.AnyTagClassName
{
color: #AFBECF;
}
</style>
background-color css
<style>
a { background-color: #AFBECF; }
a { background-color: rgb(175,190,207); }
div.DivClassName
{
background-color: #AFBECF;
}
.BgClassName
{
background-color: #AFBECF;
}
</style>
border-color css
<style>
span { border-color: #AFBECF; }
span { border-color: rgb(175,190,207); }
td.TdClassName
{
border-color: #AFBECF;
}
.TagClassName
{
border-color: #AFBECF;
}
</style>