Shades of Spindle #B8C1CF
Tints of Spindle #B8C1CF
RGB
CMYK
RGB Variations
Color information
#B8C1CF (or 0xB8C1CF) is known color: Spindle. HEX triplet: B8, C1 and CF. RGB value is (184,193,207). Sum of RGB (Red+Green+Blue) = 184+193+207=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C1CF is #473E30. Grayscale: #BFBFBF. Windows color (decimal): -4668977 or 13615544. OLE color: 13615544.
HSL color Cylindrical-coordinate representation of color #B8C1CF: hue angle of 216.52º 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 #B8C1CF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 193 | 207 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.19 |
| HSL | 216.52º | 0.19% | 0.77% | - |
| HSV(B) | 216.52º | 0.11% | 0.81% | - |
| XYZ | 50.1 | 52.84 | 66.59 | - |
| YUV | 191.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 207 | 0.11 | 0.07 | 0 | 0.19 | 216.52 | 0.19 | 0.77 |
| Hex | B8 | C1 | CF | B | 7 | 0 | 13 | D9 | 13 | 4D |
| Octal | 270 | 301 | 317 | 13 | 7 | 0 | 23 | 331 | 23 | 115 |
| Binary | 10111000 | 11000001 | 11001111 | 1011 | 111 | 0 | 10011 | 11011001 | 10011 | 1001101 |
Color Harmonies of #B8C1CF
Complementary color
Monochromatic Colors of #B8C1CF
Black with #B8C1CF
Text Example
Text Example
White with #B8C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1CF; }
p { color: rgb(184,193,207); }
H1.HeaderClassName
{
color: #B8C1CF;
}
.AnyTagClassName
{
color: #B8C1CF;
}
</style>
background-color css
<style>
a { background-color: #B8C1CF; }
a { background-color: rgb(184,193,207); }
div.DivClassName
{
background-color: #B8C1CF;
}
.BgClassName
{
background-color: #B8C1CF;
}
</style>
border-color css
<style>
span { border-color: #B8C1CF; }
span { border-color: rgb(184,193,207); }
td.TdClassName
{
border-color: #B8C1CF;
}
.TagClassName
{
border-color: #B8C1CF;
}
</style>