Shades of Spindle #B8BEC5
Tints of Spindle #B8BEC5
RGB
CMYK
RGB Variations
Color information
#B8BEC5 (or 0xB8BEC5) is known color: Spindle. HEX triplet: B8, BE and C5. RGB value is (184,190,197). Sum of RGB (Red+Green+Blue) = 184+190+197=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #B8BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEC5 is #47413A. Grayscale: #BCBCBC. Windows color (decimal): -4669755 or 12959416. OLE color: 12959416.
HSL color Cylindrical-coordinate representation of color #B8BEC5: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8BEC5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 190 | 197 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.23 |
| HSL | 212.31º | 0.1% | 0.75% | - |
| HSV(B) | 212.31º | 0.07% | 0.77% | - |
| XYZ | 48.26 | 51.05 | 60.13 | - |
| YUV | 189 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 197 | 0.07 | 0.04 | 0 | 0.23 | 212.31 | 0.1 | 0.75 |
| Hex | B8 | BE | C5 | 7 | 4 | 0 | 17 | D4 | A | 4B |
| Octal | 270 | 276 | 305 | 7 | 4 | 0 | 27 | 324 | 12 | 113 |
| Binary | 10111000 | 10111110 | 11000101 | 111 | 100 | 0 | 10111 | 11010100 | 1010 | 1001011 |
Color Harmonies of #B8BEC5
Complementary color
Monochromatic Colors of #B8BEC5
Black with #B8BEC5
Text Example
Text Example
White with #B8BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEC5; }
p { color: rgb(184,190,197); }
H1.HeaderClassName
{
color: #B8BEC5;
}
.AnyTagClassName
{
color: #B8BEC5;
}
</style>
background-color css
<style>
a { background-color: #B8BEC5; }
a { background-color: rgb(184,190,197); }
div.DivClassName
{
background-color: #B8BEC5;
}
.BgClassName
{
background-color: #B8BEC5;
}
</style>
border-color css
<style>
span { border-color: #B8BEC5; }
span { border-color: rgb(184,190,197); }
td.TdClassName
{
border-color: #B8BEC5;
}
.TagClassName
{
border-color: #B8BEC5;
}
</style>