Shades of Spindle #AFBECB
Tints of Spindle #AFBECB
RGB
CMYK
RGB Variations
Color information
#AFBECB (or 0xAFBECB) is known color: Spindle. HEX triplet: AF, BE and CB. RGB value is (175,190,203). Sum of RGB (Red+Green+Blue) = 175+190+203=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECB is #504134. Grayscale: #BABABA. Windows color (decimal): -5259573 or 13352623. OLE color: 13352623.
HSL color Cylindrical-coordinate representation of color #AFBECB: hue angle of 207.86º 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 #AFBECB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 190 | 203 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.20 |
| HSL | 207.86º | 0.21% | 0.74% | - |
| HSV(B) | 207.86º | 0.14% | 0.8% | - |
| XYZ | 46.87 | 50.25 | 63.73 | - |
| YUV | 187 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 203 | 0.14 | 0.06 | 0 | 0.20 | 207.86 | 0.21 | 0.74 |
| Hex | AF | BE | CB | E | 6 | 0 | 14 | D0 | 15 | 4A |
| Octal | 257 | 276 | 313 | 16 | 6 | 0 | 24 | 320 | 25 | 112 |
| Binary | 10101111 | 10111110 | 11001011 | 1110 | 110 | 0 | 10100 | 11010000 | 10101 | 1001010 |
Color Harmonies of #AFBECB
Complementary color
Monochromatic Colors of #AFBECB
Black with #AFBECB
Text Example
Text Example
White with #AFBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBECB; }
p { color: rgb(175,190,203); }
H1.HeaderClassName
{
color: #AFBECB;
}
.AnyTagClassName
{
color: #AFBECB;
}
</style>
background-color css
<style>
a { background-color: #AFBECB; }
a { background-color: rgb(175,190,203); }
div.DivClassName
{
background-color: #AFBECB;
}
.BgClassName
{
background-color: #AFBECB;
}
</style>
border-color css
<style>
span { border-color: #AFBECB; }
span { border-color: rgb(175,190,203); }
td.TdClassName
{
border-color: #AFBECB;
}
.TagClassName
{
border-color: #AFBECB;
}
</style>