Shades of Spindle #B8C5CD
Tints of Spindle #B8C5CD
RGB
CMYK
RGB Variations
Color information
#B8C5CD (or 0xB8C5CD) is known color: Spindle. HEX triplet: B8, C5 and CD. RGB value is (184,197,205). Sum of RGB (Red+Green+Blue) = 184+197+205=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5CD is #473A32. Grayscale: #C1C1C1. Windows color (decimal): -4667955 or 13485496. OLE color: 13485496.
HSL color Cylindrical-coordinate representation of color #B8C5CD: hue angle of 202.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C5CD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 197 | 205 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.20 |
| HSL | 202.86º | 0.17% | 0.76% | - |
| HSV(B) | 202.86º | 0.1% | 0.8% | - |
| XYZ | 50.75 | 54.53 | 65.61 | - |
| YUV | 194.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 205 | 0.10 | 0.04 | 0 | 0.20 | 202.86 | 0.17 | 0.76 |
| Hex | B8 | C5 | CD | A | 4 | 0 | 14 | CB | 11 | 4C |
| Octal | 270 | 305 | 315 | 12 | 4 | 0 | 24 | 313 | 21 | 114 |
| Binary | 10111000 | 11000101 | 11001101 | 1010 | 100 | 0 | 10100 | 11001011 | 10001 | 1001100 |
Color Harmonies of #B8C5CD
Complementary color
Monochromatic Colors of #B8C5CD
Black with #B8C5CD
Text Example
Text Example
White with #B8C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5CD; }
p { color: rgb(184,197,205); }
H1.HeaderClassName
{
color: #B8C5CD;
}
.AnyTagClassName
{
color: #B8C5CD;
}
</style>
background-color css
<style>
a { background-color: #B8C5CD; }
a { background-color: rgb(184,197,205); }
div.DivClassName
{
background-color: #B8C5CD;
}
.BgClassName
{
background-color: #B8C5CD;
}
</style>
border-color css
<style>
span { border-color: #B8C5CD; }
span { border-color: rgb(184,197,205); }
td.TdClassName
{
border-color: #B8C5CD;
}
.TagClassName
{
border-color: #B8C5CD;
}
</style>