Shades of Spindle #B7C0CD
Tints of Spindle #B7C0CD
RGB
CMYK
RGB Variations
Color information
#B7C0CD (or 0xB7C0CD) is known color: Spindle. HEX triplet: B7, C0 and CD. RGB value is (183,192,205). Sum of RGB (Red+Green+Blue) = 183+192+205=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0CD is #483F32. Grayscale: #BEBEBE. Windows color (decimal): -4734771 or 13484215. OLE color: 13484215.
HSL color Cylindrical-coordinate representation of color #B7C0CD: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C0CD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 192 | 205 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.20 |
| HSL | 215.45º | 0.18% | 0.76% | - |
| HSV(B) | 215.45º | 0.11% | 0.8% | - |
| XYZ | 49.4 | 52.17 | 65.22 | - |
| YUV | 190.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 205 | 0.11 | 0.06 | 0 | 0.20 | 215.45 | 0.18 | 0.76 |
| Hex | B7 | C0 | CD | B | 6 | 0 | 14 | D7 | 12 | 4C |
| Octal | 267 | 300 | 315 | 13 | 6 | 0 | 24 | 327 | 22 | 114 |
| Binary | 10110111 | 11000000 | 11001101 | 1011 | 110 | 0 | 10100 | 11010111 | 10010 | 1001100 |
Color Harmonies of #B7C0CD
Complementary color
Monochromatic Colors of #B7C0CD
Black with #B7C0CD
Text Example
Text Example
White with #B7C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0CD; }
p { color: rgb(183,192,205); }
H1.HeaderClassName
{
color: #B7C0CD;
}
.AnyTagClassName
{
color: #B7C0CD;
}
</style>
background-color css
<style>
a { background-color: #B7C0CD; }
a { background-color: rgb(183,192,205); }
div.DivClassName
{
background-color: #B7C0CD;
}
.BgClassName
{
background-color: #B7C0CD;
}
</style>
border-color css
<style>
span { border-color: #B7C0CD; }
span { border-color: rgb(183,192,205); }
td.TdClassName
{
border-color: #B7C0CD;
}
.TagClassName
{
border-color: #B7C0CD;
}
</style>