Shades of Spindle #B8C0CF
Tints of Spindle #B8C0CF
RGB
CMYK
RGB Variations
Color information
#B8C0CF (or 0xB8C0CF) is known color: Spindle. HEX triplet: B8, C0 and CF. RGB value is (184,192,207). Sum of RGB (Red+Green+Blue) = 184+192+207=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0CF is #473F30. Grayscale: #BFBFBF. Windows color (decimal): -4669233 or 13615288. OLE color: 13615288.
HSL color Cylindrical-coordinate representation of color #B8C0CF: hue angle of 219.13º 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 #B8C0CF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 192 | 207 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.19 |
| HSL | 219.13º | 0.19% | 0.77% | - |
| HSV(B) | 219.13º | 0.11% | 0.81% | - |
| XYZ | 49.88 | 52.39 | 66.52 | - |
| YUV | 191.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 207 | 0.11 | 0.07 | 0 | 0.19 | 219.13 | 0.19 | 0.77 |
| Hex | B8 | C0 | CF | B | 7 | 0 | 13 | DB | 13 | 4D |
| Octal | 270 | 300 | 317 | 13 | 7 | 0 | 23 | 333 | 23 | 115 |
| Binary | 10111000 | 11000000 | 11001111 | 1011 | 111 | 0 | 10011 | 11011011 | 10011 | 1001101 |
Color Harmonies of #B8C0CF
Complementary color
Monochromatic Colors of #B8C0CF
Black with #B8C0CF
Text Example
Text Example
White with #B8C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0CF; }
p { color: rgb(184,192,207); }
H1.HeaderClassName
{
color: #B8C0CF;
}
.AnyTagClassName
{
color: #B8C0CF;
}
</style>
background-color css
<style>
a { background-color: #B8C0CF; }
a { background-color: rgb(184,192,207); }
div.DivClassName
{
background-color: #B8C0CF;
}
.BgClassName
{
background-color: #B8C0CF;
}
</style>
border-color css
<style>
span { border-color: #B8C0CF; }
span { border-color: rgb(184,192,207); }
td.TdClassName
{
border-color: #B8C0CF;
}
.TagClassName
{
border-color: #B8C0CF;
}
</style>