Shades of Spindle #B9C6CF
Tints of Spindle #B9C6CF
RGB
CMYK
RGB Variations
Color information
#B9C6CF (or 0xB9C6CF) is known color: Spindle. HEX triplet: B9, C6 and CF. RGB value is (185,198,207). Sum of RGB (Red+Green+Blue) = 185+198+207=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6CF is #463930. Grayscale: #C3C3C3. Windows color (decimal): -4602161 or 13616825. OLE color: 13616825.
HSL color Cylindrical-coordinate representation of color #B9C6CF: hue angle of 204.55º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C6CF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 198 | 207 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.19 |
| HSL | 204.55º | 0.19% | 0.77% | - |
| HSV(B) | 204.55º | 0.11% | 0.81% | - |
| XYZ | 51.46 | 55.21 | 66.98 | - |
| YUV | 195.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 207 | 0.11 | 0.04 | 0 | 0.19 | 204.55 | 0.19 | 0.77 |
| Hex | B9 | C6 | CF | B | 4 | 0 | 13 | CD | 13 | 4D |
| Octal | 271 | 306 | 317 | 13 | 4 | 0 | 23 | 315 | 23 | 115 |
| Binary | 10111001 | 11000110 | 11001111 | 1011 | 100 | 0 | 10011 | 11001101 | 10011 | 1001101 |
Color Harmonies of #B9C6CF
Complementary color
Monochromatic Colors of #B9C6CF
Black with #B9C6CF
Text Example
Text Example
White with #B9C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C6CF; }
p { color: rgb(185,198,207); }
H1.HeaderClassName
{
color: #B9C6CF;
}
.AnyTagClassName
{
color: #B9C6CF;
}
</style>
background-color css
<style>
a { background-color: #B9C6CF; }
a { background-color: rgb(185,198,207); }
div.DivClassName
{
background-color: #B9C6CF;
}
.BgClassName
{
background-color: #B9C6CF;
}
</style>
border-color css
<style>
span { border-color: #B9C6CF; }
span { border-color: rgb(185,198,207); }
td.TdClassName
{
border-color: #B9C6CF;
}
.TagClassName
{
border-color: #B9C6CF;
}
</style>