Shades of Spindle #B8C6D1
Tints of Spindle #B8C6D1
RGB
CMYK
RGB Variations
Color information
#B8C6D1 (or 0xB8C6D1) is known color: Spindle. HEX triplet: B8, C6 and D1. RGB value is (184,198,209). Sum of RGB (Red+Green+Blue) = 184+198+209=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8C6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6D1 is #47392E. Grayscale: #C3C3C3. Windows color (decimal): -4667695 or 13747896. OLE color: 13747896.
HSL color Cylindrical-coordinate representation of color #B8C6D1: hue angle of 206.4º 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 #B8C6D1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 198 | 209 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.18 |
| HSL | 206.4º | 0.21% | 0.77% | - |
| HSV(B) | 206.4º | 0.12% | 0.82% | - |
| XYZ | 51.47 | 55.18 | 68.26 | - |
| YUV | 195.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 209 | 0.12 | 0.05 | 0 | 0.18 | 206.4 | 0.21 | 0.77 |
| Hex | B8 | C6 | D1 | C | 5 | 0 | 12 | CE | 15 | 4D |
| Octal | 270 | 306 | 321 | 14 | 5 | 0 | 22 | 316 | 25 | 115 |
| Binary | 10111000 | 11000110 | 11010001 | 1100 | 101 | 0 | 10010 | 11001110 | 10101 | 1001101 |
Color Harmonies of #B8C6D1
Complementary color
Monochromatic Colors of #B8C6D1
Black with #B8C6D1
Text Example
Text Example
White with #B8C6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6D1; }
p { color: rgb(184,198,209); }
H1.HeaderClassName
{
color: #B8C6D1;
}
.AnyTagClassName
{
color: #B8C6D1;
}
</style>
background-color css
<style>
a { background-color: #B8C6D1; }
a { background-color: rgb(184,198,209); }
div.DivClassName
{
background-color: #B8C6D1;
}
.BgClassName
{
background-color: #B8C6D1;
}
</style>
border-color css
<style>
span { border-color: #B8C6D1; }
span { border-color: rgb(184,198,209); }
td.TdClassName
{
border-color: #B8C6D1;
}
.TagClassName
{
border-color: #B8C6D1;
}
</style>