Shades of Spindle #B8BFCD
Tints of Spindle #B8BFCD
RGB
CMYK
RGB Variations
Color information
#B8BFCD (or 0xB8BFCD) is known color: Spindle. HEX triplet: B8, BF and CD. RGB value is (184,191,205). Sum of RGB (Red+Green+Blue) = 184+191+205=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFCD is #474032. Grayscale: #BEBEBE. Windows color (decimal): -4669491 or 13483960. OLE color: 13483960.
HSL color Cylindrical-coordinate representation of color #B8BFCD: hue angle of 220º 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 #B8BFCD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 191 | 205 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.20 |
| HSL | 220º | 0.17% | 0.76% | - |
| HSV(B) | 220º | 0.1% | 0.8% | - |
| XYZ | 49.42 | 51.86 | 65.16 | - |
| YUV | 190.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 205 | 0.10 | 0.07 | 0 | 0.20 | 220 | 0.17 | 0.76 |
| Hex | B8 | BF | CD | A | 7 | 0 | 14 | DC | 11 | 4C |
| Octal | 270 | 277 | 315 | 12 | 7 | 0 | 24 | 334 | 21 | 114 |
| Binary | 10111000 | 10111111 | 11001101 | 1010 | 111 | 0 | 10100 | 11011100 | 10001 | 1001100 |
Color Harmonies of #B8BFCD
Complementary color
Monochromatic Colors of #B8BFCD
Black with #B8BFCD
Text Example
Text Example
White with #B8BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFCD; }
p { color: rgb(184,191,205); }
H1.HeaderClassName
{
color: #B8BFCD;
}
.AnyTagClassName
{
color: #B8BFCD;
}
</style>
background-color css
<style>
a { background-color: #B8BFCD; }
a { background-color: rgb(184,191,205); }
div.DivClassName
{
background-color: #B8BFCD;
}
.BgClassName
{
background-color: #B8BFCD;
}
</style>
border-color css
<style>
span { border-color: #B8BFCD; }
span { border-color: rgb(184,191,205); }
td.TdClassName
{
border-color: #B8BFCD;
}
.TagClassName
{
border-color: #B8BFCD;
}
</style>