Shades of Spindle #AFBDCB
Tints of Spindle #AFBDCB
RGB
CMYK
RGB Variations
Color information
#AFBDCB (or 0xAFBDCB) is known color: Spindle. HEX triplet: AF, BD and CB. RGB value is (175,189,203). Sum of RGB (Red+Green+Blue) = 175+189+203=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCB is #504234. Grayscale: #BABABA. Windows color (decimal): -5259829 or 13352367. OLE color: 13352367.
HSL color Cylindrical-coordinate representation of color #AFBDCB: hue angle of 210º 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 #AFBDCB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 189 | 203 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.20 |
| HSL | 210º | 0.21% | 0.74% | - |
| HSV(B) | 210º | 0.14% | 0.8% | - |
| XYZ | 46.66 | 49.82 | 63.66 | - |
| YUV | 186.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 203 | 0.14 | 0.07 | 0 | 0.20 | 210 | 0.21 | 0.74 |
| Hex | AF | BD | CB | E | 7 | 0 | 14 | D2 | 15 | 4A |
| Octal | 257 | 275 | 313 | 16 | 7 | 0 | 24 | 322 | 25 | 112 |
| Binary | 10101111 | 10111101 | 11001011 | 1110 | 111 | 0 | 10100 | 11010010 | 10101 | 1001010 |
Color Harmonies of #AFBDCB
Complementary color
Monochromatic Colors of #AFBDCB
Black with #AFBDCB
Text Example
Text Example
White with #AFBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDCB; }
p { color: rgb(175,189,203); }
H1.HeaderClassName
{
color: #AFBDCB;
}
.AnyTagClassName
{
color: #AFBDCB;
}
</style>
background-color css
<style>
a { background-color: #AFBDCB; }
a { background-color: rgb(175,189,203); }
div.DivClassName
{
background-color: #AFBDCB;
}
.BgClassName
{
background-color: #AFBDCB;
}
</style>
border-color css
<style>
span { border-color: #AFBDCB; }
span { border-color: rgb(175,189,203); }
td.TdClassName
{
border-color: #AFBDCB;
}
.TagClassName
{
border-color: #AFBDCB;
}
</style>