Shades of Spindle #B7C2CB
Tints of Spindle #B7C2CB
RGB
CMYK
RGB Variations
Color information
#B7C2CB (or 0xB7C2CB) is known color: Spindle. HEX triplet: B7, C2 and CB. RGB value is (183,194,203). Sum of RGB (Red+Green+Blue) = 183+194+203=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2CB is #483D34. Grayscale: #BFBFBF. Windows color (decimal): -4734261 or 13353655. OLE color: 13353655.
HSL color Cylindrical-coordinate representation of color #B7C2CB: hue angle of 207º degrees, saturation: 0.16, 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 #B7C2CB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 194 | 203 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.20 |
| HSL | 207º | 0.16% | 0.76% | - |
| HSV(B) | 207º | 0.1% | 0.8% | - |
| XYZ | 49.6 | 52.96 | 64.11 | - |
| YUV | 191.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 203 | 0.10 | 0.04 | 0 | 0.20 | 207 | 0.16 | 0.76 |
| Hex | B7 | C2 | CB | A | 4 | 0 | 14 | CF | 10 | 4C |
| Octal | 267 | 302 | 313 | 12 | 4 | 0 | 24 | 317 | 20 | 114 |
| Binary | 10110111 | 11000010 | 11001011 | 1010 | 100 | 0 | 10100 | 11001111 | 10000 | 1001100 |
Color Harmonies of #B7C2CB
Complementary color
Monochromatic Colors of #B7C2CB
Black with #B7C2CB
Text Example
Text Example
White with #B7C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2CB; }
p { color: rgb(183,194,203); }
H1.HeaderClassName
{
color: #B7C2CB;
}
.AnyTagClassName
{
color: #B7C2CB;
}
</style>
background-color css
<style>
a { background-color: #B7C2CB; }
a { background-color: rgb(183,194,203); }
div.DivClassName
{
background-color: #B7C2CB;
}
.BgClassName
{
background-color: #B7C2CB;
}
</style>
border-color css
<style>
span { border-color: #B7C2CB; }
span { border-color: rgb(183,194,203); }
td.TdClassName
{
border-color: #B7C2CB;
}
.TagClassName
{
border-color: #B7C2CB;
}
</style>