Shades of Spindle #B0BCD1
Tints of Spindle #B0BCD1
RGB
CMYK
RGB Variations
Color information
#B0BCD1 (or 0xB0BCD1) is known color: Spindle. HEX triplet: B0, BC and D1. RGB value is (176,188,209). Sum of RGB (Red+Green+Blue) = 176+188+209=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0BCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCD1 is #4F432E. Grayscale: #BABABA. Windows color (decimal): -5194543 or 13745328. OLE color: 13745328.
HSL color Cylindrical-coordinate representation of color #B0BCD1: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BCD1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 188 | 209 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.18 |
| HSL | 218.18º | 0.26% | 0.75% | - |
| HSV(B) | 218.18º | 0.16% | 0.82% | - |
| XYZ | 47.4 | 49.8 | 67.44 | - |
| YUV | 186.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 209 | 0.16 | 0.10 | 0 | 0.18 | 218.18 | 0.26 | 0.75 |
| Hex | B0 | BC | D1 | 10 | A | 0 | 12 | DA | 1A | 4B |
| Octal | 260 | 274 | 321 | 20 | 12 | 0 | 22 | 332 | 32 | 113 |
| Binary | 10110000 | 10111100 | 11010001 | 10000 | 1010 | 0 | 10010 | 11011010 | 11010 | 1001011 |
Color Harmonies of #B0BCD1
Complementary color
Monochromatic Colors of #B0BCD1
Black with #B0BCD1
Text Example
Text Example
White with #B0BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCD1; }
p { color: rgb(176,188,209); }
H1.HeaderClassName
{
color: #B0BCD1;
}
.AnyTagClassName
{
color: #B0BCD1;
}
</style>
background-color css
<style>
a { background-color: #B0BCD1; }
a { background-color: rgb(176,188,209); }
div.DivClassName
{
background-color: #B0BCD1;
}
.BgClassName
{
background-color: #B0BCD1;
}
</style>
border-color css
<style>
span { border-color: #B0BCD1; }
span { border-color: rgb(176,188,209); }
td.TdClassName
{
border-color: #B0BCD1;
}
.TagClassName
{
border-color: #B0BCD1;
}
</style>