Shades of Spindle #B8BCC2
Tints of Spindle #B8BCC2
RGB
CMYK
RGB Variations
Color information
#B8BCC2 (or 0xB8BCC2) is known color: Spindle. HEX triplet: B8, BC and C2. RGB value is (184,188,194). Sum of RGB (Red+Green+Blue) = 184+188+194=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCC2 is #47433D. Grayscale: #BBBBBB. Windows color (decimal): -4670270 or 12762296. OLE color: 12762296.
HSL color Cylindrical-coordinate representation of color #B8BCC2: hue angle of 216º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BCC2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 188 | 194 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.24 |
| HSL | 216º | 0.08% | 0.74% | - |
| HSV(B) | 216º | 0.05% | 0.76% | - |
| XYZ | 47.49 | 50.05 | 58.2 | - |
| YUV | 187.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 194 | 0.05 | 0.03 | 0 | 0.24 | 216 | 0.08 | 0.74 |
| Hex | B8 | BC | C2 | 5 | 3 | 0 | 18 | D8 | 8 | 4A |
| Octal | 270 | 274 | 302 | 5 | 3 | 0 | 30 | 330 | 10 | 112 |
| Binary | 10111000 | 10111100 | 11000010 | 101 | 11 | 0 | 11000 | 11011000 | 1000 | 1001010 |
Color Harmonies of #B8BCC2
Complementary color
Monochromatic Colors of #B8BCC2
Black with #B8BCC2
Text Example
Text Example
White with #B8BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCC2; }
p { color: rgb(184,188,194); }
H1.HeaderClassName
{
color: #B8BCC2;
}
.AnyTagClassName
{
color: #B8BCC2;
}
</style>
background-color css
<style>
a { background-color: #B8BCC2; }
a { background-color: rgb(184,188,194); }
div.DivClassName
{
background-color: #B8BCC2;
}
.BgClassName
{
background-color: #B8BCC2;
}
</style>
border-color css
<style>
span { border-color: #B8BCC2; }
span { border-color: rgb(184,188,194); }
td.TdClassName
{
border-color: #B8BCC2;
}
.TagClassName
{
border-color: #B8BCC2;
}
</style>