Shades of Spindle #B5C6CF
Tints of Spindle #B5C6CF
RGB
CMYK
RGB Variations
Color information
#B5C6CF (or 0xB5C6CF) is known color: Spindle. HEX triplet: B5, C6 and CF. RGB value is (181,198,207). Sum of RGB (Red+Green+Blue) = 181+198+207=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6CF is #4A3930. Grayscale: #C1C1C1. Windows color (decimal): -4864305 or 13616821. OLE color: 13616821.
HSL color Cylindrical-coordinate representation of color #B5C6CF: hue angle of 200.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C6CF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 198 | 207 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.19 |
| HSL | 200.77º | 0.21% | 0.76% | - |
| HSV(B) | 200.77º | 0.13% | 0.81% | - |
| XYZ | 50.51 | 54.72 | 66.93 | - |
| YUV | 193.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 207 | 0.13 | 0.04 | 0 | 0.19 | 200.77 | 0.21 | 0.76 |
| Hex | B5 | C6 | CF | D | 4 | 0 | 13 | C9 | 15 | 4C |
| Octal | 265 | 306 | 317 | 15 | 4 | 0 | 23 | 311 | 25 | 114 |
| Binary | 10110101 | 11000110 | 11001111 | 1101 | 100 | 0 | 10011 | 11001001 | 10101 | 1001100 |
Color Harmonies of #B5C6CF
Complementary color
Monochromatic Colors of #B5C6CF
Black with #B5C6CF
Text Example
Text Example
White with #B5C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6CF; }
p { color: rgb(181,198,207); }
H1.HeaderClassName
{
color: #B5C6CF;
}
.AnyTagClassName
{
color: #B5C6CF;
}
</style>
background-color css
<style>
a { background-color: #B5C6CF; }
a { background-color: rgb(181,198,207); }
div.DivClassName
{
background-color: #B5C6CF;
}
.BgClassName
{
background-color: #B5C6CF;
}
</style>
border-color css
<style>
span { border-color: #B5C6CF; }
span { border-color: rgb(181,198,207); }
td.TdClassName
{
border-color: #B5C6CF;
}
.TagClassName
{
border-color: #B5C6CF;
}
</style>