Shades of Spindle #B1BFCE
Tints of Spindle #B1BFCE
RGB
CMYK
RGB Variations
Color information
#B1BFCE (or 0xB1BFCE) is known color: Spindle. HEX triplet: B1, BF and CE. RGB value is (177,191,206). Sum of RGB (Red+Green+Blue) = 177+191+206=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCE is #4E4031. Grayscale: #BCBCBC. Windows color (decimal): -5128242 or 13549489. OLE color: 13549489.
HSL color Cylindrical-coordinate representation of color #B1BFCE: hue angle of 211.03º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BFCE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 191 | 206 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.19 |
| HSL | 211.03º | 0.23% | 0.75% | - |
| HSV(B) | 211.03º | 0.14% | 0.81% | - |
| XYZ | 47.9 | 51.06 | 65.72 | - |
| YUV | 188.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 206 | 0.14 | 0.07 | 0 | 0.19 | 211.03 | 0.23 | 0.75 |
| Hex | B1 | BF | CE | E | 7 | 0 | 13 | D3 | 17 | 4B |
| Octal | 261 | 277 | 316 | 16 | 7 | 0 | 23 | 323 | 27 | 113 |
| Binary | 10110001 | 10111111 | 11001110 | 1110 | 111 | 0 | 10011 | 11010011 | 10111 | 1001011 |
Color Harmonies of #B1BFCE
Complementary color
Monochromatic Colors of #B1BFCE
Black with #B1BFCE
Text Example
Text Example
White with #B1BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFCE; }
p { color: rgb(177,191,206); }
H1.HeaderClassName
{
color: #B1BFCE;
}
.AnyTagClassName
{
color: #B1BFCE;
}
</style>
background-color css
<style>
a { background-color: #B1BFCE; }
a { background-color: rgb(177,191,206); }
div.DivClassName
{
background-color: #B1BFCE;
}
.BgClassName
{
background-color: #B1BFCE;
}
</style>
border-color css
<style>
span { border-color: #B1BFCE; }
span { border-color: rgb(177,191,206); }
td.TdClassName
{
border-color: #B1BFCE;
}
.TagClassName
{
border-color: #B1BFCE;
}
</style>