Shades of Spindle #B8C5CF
Tints of Spindle #B8C5CF
RGB
CMYK
RGB Variations
Color information
#B8C5CF (or 0xB8C5CF) is known color: Spindle. HEX triplet: B8, C5 and CF. RGB value is (184,197,207). Sum of RGB (Red+Green+Blue) = 184+197+207=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5CF is #473A30. Grayscale: #C2C2C2. Windows color (decimal): -4667953 or 13616568. OLE color: 13616568.
HSL color Cylindrical-coordinate representation of color #B8C5CF: hue angle of 206.09º 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 #B8C5CF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 197 | 207 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.19 |
| HSL | 206.09º | 0.19% | 0.77% | - |
| HSV(B) | 206.09º | 0.11% | 0.81% | - |
| XYZ | 51 | 54.63 | 66.89 | - |
| YUV | 194.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 207 | 0.11 | 0.05 | 0 | 0.19 | 206.09 | 0.19 | 0.77 |
| Hex | B8 | C5 | CF | B | 5 | 0 | 13 | CE | 13 | 4D |
| Octal | 270 | 305 | 317 | 13 | 5 | 0 | 23 | 316 | 23 | 115 |
| Binary | 10111000 | 11000101 | 11001111 | 1011 | 101 | 0 | 10011 | 11001110 | 10011 | 1001101 |
Color Harmonies of #B8C5CF
Complementary color
Monochromatic Colors of #B8C5CF
Black with #B8C5CF
Text Example
Text Example
White with #B8C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5CF; }
p { color: rgb(184,197,207); }
H1.HeaderClassName
{
color: #B8C5CF;
}
.AnyTagClassName
{
color: #B8C5CF;
}
</style>
background-color css
<style>
a { background-color: #B8C5CF; }
a { background-color: rgb(184,197,207); }
div.DivClassName
{
background-color: #B8C5CF;
}
.BgClassName
{
background-color: #B8C5CF;
}
</style>
border-color css
<style>
span { border-color: #B8C5CF; }
span { border-color: rgb(184,197,207); }
td.TdClassName
{
border-color: #B8C5CF;
}
.TagClassName
{
border-color: #B8C5CF;
}
</style>