Shades of Spindle #B7C0CC
Tints of Spindle #B7C0CC
RGB
CMYK
RGB Variations
Color information
#B7C0CC (or 0xB7C0CC) is known color: Spindle. HEX triplet: B7, C0 and CC. RGB value is (183,192,204). Sum of RGB (Red+Green+Blue) = 183+192+204=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0CC is #483F33. Grayscale: #BEBEBE. Windows color (decimal): -4734772 or 13418679. OLE color: 13418679.
HSL color Cylindrical-coordinate representation of color #B7C0CC: hue angle of 214.29º 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 #B7C0CC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 192 | 204 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.2 |
| HSL | 214.29º | 0.17% | 0.76% | - |
| HSV(B) | 214.29º | 0.1% | 0.8% | - |
| XYZ | 49.28 | 52.13 | 64.59 | - |
| YUV | 190.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 204 | 0.10 | 0.06 | 0 | 0.2 | 214.29 | 0.17 | 0.76 |
| Hex | B7 | C0 | CC | A | 6 | 0 | 14 | D6 | 11 | 4C |
| Octal | 267 | 300 | 314 | 12 | 6 | 0 | 24 | 326 | 21 | 114 |
| Binary | 10110111 | 11000000 | 11001100 | 1010 | 110 | 0 | 10100 | 11010110 | 10001 | 1001100 |
Color Harmonies of #B7C0CC
Complementary color
Monochromatic Colors of #B7C0CC
Black with #B7C0CC
Text Example
Text Example
White with #B7C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0CC; }
p { color: rgb(183,192,204); }
H1.HeaderClassName
{
color: #B7C0CC;
}
.AnyTagClassName
{
color: #B7C0CC;
}
</style>
background-color css
<style>
a { background-color: #B7C0CC; }
a { background-color: rgb(183,192,204); }
div.DivClassName
{
background-color: #B7C0CC;
}
.BgClassName
{
background-color: #B7C0CC;
}
</style>
border-color css
<style>
span { border-color: #B7C0CC; }
span { border-color: rgb(183,192,204); }
td.TdClassName
{
border-color: #B7C0CC;
}
.TagClassName
{
border-color: #B7C0CC;
}
</style>