Shades of Spindle #A8BECF
Tints of Spindle #A8BECF
RGB
CMYK
RGB Variations
Color information
#A8BECF (or 0xA8BECF) is known color: Spindle. HEX triplet: A8, BE and CF. RGB value is (168,190,207). Sum of RGB (Red+Green+Blue) = 168+190+207=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BECF is #574130. Grayscale: #B9B9B9. Windows color (decimal): -5718321 or 13614760. OLE color: 13614760.
HSL color Cylindrical-coordinate representation of color #A8BECF: hue angle of 206.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BECF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 190 | 207 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.19 |
| HSL | 206.15º | 0.29% | 0.74% | - |
| HSV(B) | 206.15º | 0.19% | 0.81% | - |
| XYZ | 45.82 | 49.66 | 66.2 | - |
| YUV | 185.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 207 | 0.19 | 0.08 | 0 | 0.19 | 206.15 | 0.29 | 0.74 |
| Hex | A8 | BE | CF | 13 | 8 | 0 | 13 | CE | 1D | 4A |
| Octal | 250 | 276 | 317 | 23 | 10 | 0 | 23 | 316 | 35 | 112 |
| Binary | 10101000 | 10111110 | 11001111 | 10011 | 1000 | 0 | 10011 | 11001110 | 11101 | 1001010 |
Color Harmonies of #A8BECF
Complementary color
Monochromatic Colors of #A8BECF
Black with #A8BECF
Text Example
Text Example
White with #A8BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BECF; }
p { color: rgb(168,190,207); }
H1.HeaderClassName
{
color: #A8BECF;
}
.AnyTagClassName
{
color: #A8BECF;
}
</style>
background-color css
<style>
a { background-color: #A8BECF; }
a { background-color: rgb(168,190,207); }
div.DivClassName
{
background-color: #A8BECF;
}
.BgClassName
{
background-color: #A8BECF;
}
</style>
border-color css
<style>
span { border-color: #A8BECF; }
span { border-color: rgb(168,190,207); }
td.TdClassName
{
border-color: #A8BECF;
}
.TagClassName
{
border-color: #A8BECF;
}
</style>