Shades of Spindle #B0BECE
Tints of Spindle #B0BECE
RGB
CMYK
RGB Variations
Color information
#B0BECE (or 0xB0BECE) is known color: Spindle. HEX triplet: B0, BE and CE. RGB value is (176,190,206). Sum of RGB (Red+Green+Blue) = 176+190+206=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BECE is #4F4131. Grayscale: #BBBBBB. Windows color (decimal): -5194034 or 13549232. OLE color: 13549232.
HSL color Cylindrical-coordinate representation of color #B0BECE: hue angle of 212º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BECE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 190 | 206 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.19 |
| HSL | 212º | 0.23% | 0.75% | - |
| HSV(B) | 212º | 0.15% | 0.81% | - |
| XYZ | 47.46 | 50.51 | 65.64 | - |
| YUV | 187.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 206 | 0.15 | 0.08 | 0 | 0.19 | 212 | 0.23 | 0.75 |
| Hex | B0 | BE | CE | F | 8 | 0 | 13 | D4 | 17 | 4B |
| Octal | 260 | 276 | 316 | 17 | 10 | 0 | 23 | 324 | 27 | 113 |
| Binary | 10110000 | 10111110 | 11001110 | 1111 | 1000 | 0 | 10011 | 11010100 | 10111 | 1001011 |
Color Harmonies of #B0BECE
Complementary color
Monochromatic Colors of #B0BECE
Black with #B0BECE
Text Example
Text Example
White with #B0BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BECE; }
p { color: rgb(176,190,206); }
H1.HeaderClassName
{
color: #B0BECE;
}
.AnyTagClassName
{
color: #B0BECE;
}
</style>
background-color css
<style>
a { background-color: #B0BECE; }
a { background-color: rgb(176,190,206); }
div.DivClassName
{
background-color: #B0BECE;
}
.BgClassName
{
background-color: #B0BECE;
}
</style>
border-color css
<style>
span { border-color: #B0BECE; }
span { border-color: rgb(176,190,206); }
td.TdClassName
{
border-color: #B0BECE;
}
.TagClassName
{
border-color: #B0BECE;
}
</style>