Shades of Spindle #AFBBD2
Tints of Spindle #AFBBD2
RGB
CMYK
RGB Variations
Color information
#AFBBD2 (or 0xAFBBD2) is known color: Spindle. HEX triplet: AF, BB and D2. RGB value is (175,187,210). Sum of RGB (Red+Green+Blue) = 175+187+210=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD2 is #50442D. Grayscale: #B9B9B9. Windows color (decimal): -5260334 or 13810607. OLE color: 13810607.
HSL color Cylindrical-coordinate representation of color #AFBBD2: hue angle of 219.43º 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 #AFBBD2 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 187 | 210 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.18 |
| HSL | 219.43º | 0.28% | 0.75% | - |
| HSV(B) | 219.43º | 0.17% | 0.82% | - |
| XYZ | 47.08 | 49.31 | 68.01 | - |
| YUV | 186.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 210 | 0.17 | 0.11 | 0 | 0.18 | 219.43 | 0.28 | 0.75 |
| Hex | AF | BB | D2 | 11 | B | 0 | 12 | DB | 1C | 4B |
| Octal | 257 | 273 | 322 | 21 | 13 | 0 | 22 | 333 | 34 | 113 |
| Binary | 10101111 | 10111011 | 11010010 | 10001 | 1011 | 0 | 10010 | 11011011 | 11100 | 1001011 |
Color Harmonies of #AFBBD2
Complementary color
Monochromatic Colors of #AFBBD2
Black with #AFBBD2
Text Example
Text Example
White with #AFBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBD2; }
p { color: rgb(175,187,210); }
H1.HeaderClassName
{
color: #AFBBD2;
}
.AnyTagClassName
{
color: #AFBBD2;
}
</style>
background-color css
<style>
a { background-color: #AFBBD2; }
a { background-color: rgb(175,187,210); }
div.DivClassName
{
background-color: #AFBBD2;
}
.BgClassName
{
background-color: #AFBBD2;
}
</style>
border-color css
<style>
span { border-color: #AFBBD2; }
span { border-color: rgb(175,187,210); }
td.TdClassName
{
border-color: #AFBBD2;
}
.TagClassName
{
border-color: #AFBBD2;
}
</style>