Shades of Spindle #AFBED2
Tints of Spindle #AFBED2
RGB
CMYK
RGB Variations
Color information
#AFBED2 (or 0xAFBED2) is known color: Spindle. HEX triplet: AF, BE and D2. RGB value is (175,190,210). Sum of RGB (Red+Green+Blue) = 175+190+210=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBED2 is #50412D. Grayscale: #BBBBBB. Windows color (decimal): -5259566 or 13811375. OLE color: 13811375.
HSL color Cylindrical-coordinate representation of color #AFBED2: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBED2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 190 | 210 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 214.29º | 0.28% | 0.75% | - |
| HSV(B) | 214.29º | 0.17% | 0.82% | - |
| XYZ | 47.73 | 50.59 | 68.22 | - |
| YUV | 187.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 210 | 0.17 | 0.10 | 0 | 0.18 | 214.29 | 0.28 | 0.75 |
| Hex | AF | BE | D2 | 11 | A | 0 | 12 | D6 | 1C | 4B |
| Octal | 257 | 276 | 322 | 21 | 12 | 0 | 22 | 326 | 34 | 113 |
| Binary | 10101111 | 10111110 | 11010010 | 10001 | 1010 | 0 | 10010 | 11010110 | 11100 | 1001011 |
Color Harmonies of #AFBED2
Complementary color
Monochromatic Colors of #AFBED2
Black with #AFBED2
Text Example
Text Example
White with #AFBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBED2; }
p { color: rgb(175,190,210); }
H1.HeaderClassName
{
color: #AFBED2;
}
.AnyTagClassName
{
color: #AFBED2;
}
</style>
background-color css
<style>
a { background-color: #AFBED2; }
a { background-color: rgb(175,190,210); }
div.DivClassName
{
background-color: #AFBED2;
}
.BgClassName
{
background-color: #AFBED2;
}
</style>
border-color css
<style>
span { border-color: #AFBED2; }
span { border-color: rgb(175,190,210); }
td.TdClassName
{
border-color: #AFBED2;
}
.TagClassName
{
border-color: #AFBED2;
}
</style>