Shades of Spindle #B7C4DB
Tints of Spindle #B7C4DB
RGB
CMYK
RGB Variations
Color information
#B7C4DB (or 0xB7C4DB) is known color: Spindle. HEX triplet: B7, C4 and DB. RGB value is (183,196,219). Sum of RGB (Red+Green+Blue) = 183+196+219=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4DB is #483B24. Grayscale: #C2C2C2. Windows color (decimal): -4733733 or 14402743. OLE color: 14402743.
HSL color Cylindrical-coordinate representation of color #B7C4DB: hue angle of 218.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7C4DB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 196 | 219 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.14 |
| HSL | 218.33º | 0.33% | 0.79% | - |
| HSV(B) | 218.33º | 0.16% | 0.86% | - |
| XYZ | 52.05 | 54.66 | 74.83 | - |
| YUV | 194.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 219 | 0.16 | 0.11 | 0 | 0.14 | 218.33 | 0.33 | 0.79 |
| Hex | B7 | C4 | DB | 10 | B | 0 | E | DA | 21 | 4F |
| Octal | 267 | 304 | 333 | 20 | 13 | 0 | 16 | 332 | 41 | 117 |
| Binary | 10110111 | 11000100 | 11011011 | 10000 | 1011 | 0 | 1110 | 11011010 | 100001 | 1001111 |
Color Harmonies of #B7C4DB
Complementary color
Monochromatic Colors of #B7C4DB
Black with #B7C4DB
Text Example
Text Example
White with #B7C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4DB; }
p { color: rgb(183,196,219); }
H1.HeaderClassName
{
color: #B7C4DB;
}
.AnyTagClassName
{
color: #B7C4DB;
}
</style>
background-color css
<style>
a { background-color: #B7C4DB; }
a { background-color: rgb(183,196,219); }
div.DivClassName
{
background-color: #B7C4DB;
}
.BgClassName
{
background-color: #B7C4DB;
}
</style>
border-color css
<style>
span { border-color: #B7C4DB; }
span { border-color: rgb(183,196,219); }
td.TdClassName
{
border-color: #B7C4DB;
}
.TagClassName
{
border-color: #B7C4DB;
}
</style>