Shades of Spindle #B8C7D1
Tints of Spindle #B8C7D1
RGB
CMYK
RGB Variations
Color information
#B8C7D1 (or 0xB8C7D1) is known color: Spindle. HEX triplet: B8, C7 and D1. RGB value is (184,199,209). Sum of RGB (Red+Green+Blue) = 184+199+209=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8C7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C7D1 is #47382E. Grayscale: #C3C3C3. Windows color (decimal): -4667439 or 13748152. OLE color: 13748152.
HSL color Cylindrical-coordinate representation of color #B8C7D1: hue angle of 204º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8C7D1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 199 | 209 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.18 |
| HSL | 204º | 0.21% | 0.77% | - |
| HSV(B) | 204º | 0.12% | 0.82% | - |
| XYZ | 51.7 | 55.64 | 68.34 | - |
| YUV | 195.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 209 | 0.12 | 0.05 | 0 | 0.18 | 204 | 0.21 | 0.77 |
| Hex | B8 | C7 | D1 | C | 5 | 0 | 12 | CC | 15 | 4D |
| Octal | 270 | 307 | 321 | 14 | 5 | 0 | 22 | 314 | 25 | 115 |
| Binary | 10111000 | 11000111 | 11010001 | 1100 | 101 | 0 | 10010 | 11001100 | 10101 | 1001101 |
Color Harmonies of #B8C7D1
Complementary color
Monochromatic Colors of #B8C7D1
Black with #B8C7D1
Text Example
Text Example
White with #B8C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C7D1; }
p { color: rgb(184,199,209); }
H1.HeaderClassName
{
color: #B8C7D1;
}
.AnyTagClassName
{
color: #B8C7D1;
}
</style>
background-color css
<style>
a { background-color: #B8C7D1; }
a { background-color: rgb(184,199,209); }
div.DivClassName
{
background-color: #B8C7D1;
}
.BgClassName
{
background-color: #B8C7D1;
}
</style>
border-color css
<style>
span { border-color: #B8C7D1; }
span { border-color: rgb(184,199,209); }
td.TdClassName
{
border-color: #B8C7D1;
}
.TagClassName
{
border-color: #B8C7D1;
}
</style>