Shades of Spindle #B8C6CF
Tints of Spindle #B8C6CF
RGB
CMYK
RGB Variations
Color information
#B8C6CF (or 0xB8C6CF) is known color: Spindle. HEX triplet: B8, C6 and CF. RGB value is (184,198,207). Sum of RGB (Red+Green+Blue) = 184+198+207=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6CF is #473930. Grayscale: #C2C2C2. Windows color (decimal): -4667697 or 13616824. OLE color: 13616824.
HSL color Cylindrical-coordinate representation of color #B8C6CF: hue angle of 203.48º 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 #B8C6CF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 198 | 207 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.19 |
| HSL | 203.48º | 0.19% | 0.77% | - |
| HSV(B) | 203.48º | 0.11% | 0.81% | - |
| XYZ | 51.22 | 55.08 | 66.96 | - |
| YUV | 194.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 207 | 0.11 | 0.04 | 0 | 0.19 | 203.48 | 0.19 | 0.77 |
| Hex | B8 | C6 | CF | B | 4 | 0 | 13 | CB | 13 | 4D |
| Octal | 270 | 306 | 317 | 13 | 4 | 0 | 23 | 313 | 23 | 115 |
| Binary | 10111000 | 11000110 | 11001111 | 1011 | 100 | 0 | 10011 | 11001011 | 10011 | 1001101 |
Color Harmonies of #B8C6CF
Complementary color
Monochromatic Colors of #B8C6CF
Black with #B8C6CF
Text Example
Text Example
White with #B8C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6CF; }
p { color: rgb(184,198,207); }
H1.HeaderClassName
{
color: #B8C6CF;
}
.AnyTagClassName
{
color: #B8C6CF;
}
</style>
background-color css
<style>
a { background-color: #B8C6CF; }
a { background-color: rgb(184,198,207); }
div.DivClassName
{
background-color: #B8C6CF;
}
.BgClassName
{
background-color: #B8C6CF;
}
</style>
border-color css
<style>
span { border-color: #B8C6CF; }
span { border-color: rgb(184,198,207); }
td.TdClassName
{
border-color: #B8C6CF;
}
.TagClassName
{
border-color: #B8C6CF;
}
</style>