Shades of Spindle #B7BCC3
Tints of Spindle #B7BCC3
RGB
CMYK
RGB Variations
Color information
#B7BCC3 (or 0xB7BCC3) is known color: Spindle. HEX triplet: B7, BC and C3. RGB value is (183,188,195). Sum of RGB (Red+Green+Blue) = 183+188+195=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC3 is #48433C. Grayscale: #BBBBBB. Windows color (decimal): -4735805 or 12827831. OLE color: 12827831.
HSL color Cylindrical-coordinate representation of color #B7BCC3: hue angle of 215º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7BCC3 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 188 | 195 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.24 |
| HSL | 215º | 0.09% | 0.74% | - |
| HSV(B) | 215º | 0.06% | 0.76% | - |
| XYZ | 47.36 | 49.97 | 58.78 | - |
| YUV | 187.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 195 | 0.06 | 0.04 | 0 | 0.24 | 215 | 0.09 | 0.74 |
| Hex | B7 | BC | C3 | 6 | 4 | 0 | 18 | D7 | 9 | 4A |
| Octal | 267 | 274 | 303 | 6 | 4 | 0 | 30 | 327 | 11 | 112 |
| Binary | 10110111 | 10111100 | 11000011 | 110 | 100 | 0 | 11000 | 11010111 | 1001 | 1001010 |
Color Harmonies of #B7BCC3
Complementary color
Monochromatic Colors of #B7BCC3
Black with #B7BCC3
Text Example
Text Example
White with #B7BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCC3; }
p { color: rgb(183,188,195); }
H1.HeaderClassName
{
color: #B7BCC3;
}
.AnyTagClassName
{
color: #B7BCC3;
}
</style>
background-color css
<style>
a { background-color: #B7BCC3; }
a { background-color: rgb(183,188,195); }
div.DivClassName
{
background-color: #B7BCC3;
}
.BgClassName
{
background-color: #B7BCC3;
}
</style>
border-color css
<style>
span { border-color: #B7BCC3; }
span { border-color: rgb(183,188,195); }
td.TdClassName
{
border-color: #B7BCC3;
}
.TagClassName
{
border-color: #B7BCC3;
}
</style>