Shades of Spindle #B0C7DB
Tints of Spindle #B0C7DB
RGB
CMYK
RGB Variations
Color information
#B0C7DB (or 0xB0C7DB) is known color: Spindle. HEX triplet: B0, C7 and DB. RGB value is (176,199,219). Sum of RGB (Red+Green+Blue) = 176+199+219=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7DB is #4F3824. Grayscale: #C2C2C2. Windows color (decimal): -5191717 or 14403504. OLE color: 14403504.
HSL color Cylindrical-coordinate representation of color #B0C7DB: hue angle of 207.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C7DB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 199 | 219 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.14 |
| HSL | 207.91º | 0.37% | 0.77% | - |
| HSV(B) | 207.91º | 0.2% | 0.86% | - |
| XYZ | 51.11 | 55.19 | 74.98 | - |
| YUV | 194.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 219 | 0.20 | 0.09 | 0 | 0.14 | 207.91 | 0.37 | 0.77 |
| Hex | B0 | C7 | DB | 14 | 9 | 0 | E | D0 | 25 | 4D |
| Octal | 260 | 307 | 333 | 24 | 11 | 0 | 16 | 320 | 45 | 115 |
| Binary | 10110000 | 11000111 | 11011011 | 10100 | 1001 | 0 | 1110 | 11010000 | 100101 | 1001101 |
Color Harmonies of #B0C7DB
Complementary color
Monochromatic Colors of #B0C7DB
Black with #B0C7DB
Text Example
Text Example
White with #B0C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7DB; }
p { color: rgb(176,199,219); }
H1.HeaderClassName
{
color: #B0C7DB;
}
.AnyTagClassName
{
color: #B0C7DB;
}
</style>
background-color css
<style>
a { background-color: #B0C7DB; }
a { background-color: rgb(176,199,219); }
div.DivClassName
{
background-color: #B0C7DB;
}
.BgClassName
{
background-color: #B0C7DB;
}
</style>
border-color css
<style>
span { border-color: #B0C7DB; }
span { border-color: rgb(176,199,219); }
td.TdClassName
{
border-color: #B0C7DB;
}
.TagClassName
{
border-color: #B0C7DB;
}
</style>