Shades of Spindle #AFBCCB
Tints of Spindle #AFBCCB
RGB
CMYK
RGB Variations
Color information
#AFBCCB (or 0xAFBCCB) is known color: Spindle. HEX triplet: AF, BC and CB. RGB value is (175,188,203). Sum of RGB (Red+Green+Blue) = 175+188+203=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCB is #504334. Grayscale: #B9B9B9. Windows color (decimal): -5260085 or 13352111. OLE color: 13352111.
HSL color Cylindrical-coordinate representation of color #AFBCCB: hue angle of 212.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBCCB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 188 | 203 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.20 |
| HSL | 212.14º | 0.21% | 0.74% | - |
| HSV(B) | 212.14º | 0.14% | 0.8% | - |
| XYZ | 46.44 | 49.39 | 63.59 | - |
| YUV | 185.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 203 | 0.14 | 0.07 | 0 | 0.20 | 212.14 | 0.21 | 0.74 |
| Hex | AF | BC | CB | E | 7 | 0 | 14 | D4 | 15 | 4A |
| Octal | 257 | 274 | 313 | 16 | 7 | 0 | 24 | 324 | 25 | 112 |
| Binary | 10101111 | 10111100 | 11001011 | 1110 | 111 | 0 | 10100 | 11010100 | 10101 | 1001010 |
Color Harmonies of #AFBCCB
Complementary color
Monochromatic Colors of #AFBCCB
Black with #AFBCCB
Text Example
Text Example
White with #AFBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCCB; }
p { color: rgb(175,188,203); }
H1.HeaderClassName
{
color: #AFBCCB;
}
.AnyTagClassName
{
color: #AFBCCB;
}
</style>
background-color css
<style>
a { background-color: #AFBCCB; }
a { background-color: rgb(175,188,203); }
div.DivClassName
{
background-color: #AFBCCB;
}
.BgClassName
{
background-color: #AFBCCB;
}
</style>
border-color css
<style>
span { border-color: #AFBCCB; }
span { border-color: rgb(175,188,203); }
td.TdClassName
{
border-color: #AFBCCB;
}
.TagClassName
{
border-color: #AFBCCB;
}
</style>