Shades of Spindle #B8C0CD
Tints of Spindle #B8C0CD
RGB
CMYK
RGB Variations
Color information
#B8C0CD (or 0xB8C0CD) is known color: Spindle. HEX triplet: B8, C0 and CD. RGB value is (184,192,205). Sum of RGB (Red+Green+Blue) = 184+192+205=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0CD is #473F32. Grayscale: #BFBFBF. Windows color (decimal): -4669235 or 13484216. OLE color: 13484216.
HSL color Cylindrical-coordinate representation of color #B8C0CD: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C0CD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 184 | 192 | 205 | - |
CMYK | 0.10 | 0.06 | 0 | 0.20 |
HSL | 217.14º | 0.17% | 0.76% | - |
HSV(B) | 217.14º | 0.1% | 0.8% | - |
XYZ | 49.64 | 52.3 | 65.24 | - |
YUV | 191.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 192 | 205 | 0.10 | 0.06 | 0 | 0.20 | 217.14 | 0.17 | 0.76 |
Hex | B8 | C0 | CD | A | 6 | 0 | 14 | D9 | 11 | 4C |
Octal | 270 | 300 | 315 | 12 | 6 | 0 | 24 | 331 | 21 | 114 |
Binary | 10111000 | 11000000 | 11001101 | 1010 | 110 | 0 | 10100 | 11011001 | 10001 | 1001100 |
Color Harmonies of #B8C0CD
Complementary color
Monochromatic Colors of #B8C0CD
Black with #B8C0CD
Text Example
Text Example
White with #B8C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0CD; }
p { color: rgb(184,192,205); }
H1.HeaderClassName
{
color: #B8C0CD;
}
.AnyTagClassName
{
color: #B8C0CD;
}
</style>
background-color css
<style>
a { background-color: #B8C0CD; }
a { background-color: rgb(184,192,205); }
div.DivClassName
{
background-color: #B8C0CD;
}
.BgClassName
{
background-color: #B8C0CD;
}
</style>
border-color css
<style>
span { border-color: #B8C0CD; }
span { border-color: rgb(184,192,205); }
td.TdClassName
{
border-color: #B8C0CD;
}
.TagClassName
{
border-color: #B8C0CD;
}
</style>