Shades of Spindle #B7BCC4
Tints of Spindle #B7BCC4
RGB
CMYK
RGB Variations
Color information
#B7BCC4 (or 0xB7BCC4) is known color: Spindle. HEX triplet: B7, BC and C4. RGB value is (183,188,196). Sum of RGB (Red+Green+Blue) = 183+188+196=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC4 is #48433B. Grayscale: #BBBBBB. Windows color (decimal): -4735804 or 12893367. OLE color: 12893367.
HSL color Cylindrical-coordinate representation of color #B7BCC4: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BCC4 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 188 | 196 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.23 |
| HSL | 216.92º | 0.1% | 0.74% | - |
| HSV(B) | 216.92º | 0.07% | 0.77% | - |
| XYZ | 47.48 | 50.02 | 59.38 | - |
| YUV | 187.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 196 | 0.07 | 0.04 | 0 | 0.23 | 216.92 | 0.1 | 0.74 |
| Hex | B7 | BC | C4 | 7 | 4 | 0 | 17 | D9 | A | 4A |
| Octal | 267 | 274 | 304 | 7 | 4 | 0 | 27 | 331 | 12 | 112 |
| Binary | 10110111 | 10111100 | 11000100 | 111 | 100 | 0 | 10111 | 11011001 | 1010 | 1001010 |
Color Harmonies of #B7BCC4
Complementary color
Monochromatic Colors of #B7BCC4
Black with #B7BCC4
Text Example
Text Example
White with #B7BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCC4; }
p { color: rgb(183,188,196); }
H1.HeaderClassName
{
color: #B7BCC4;
}
.AnyTagClassName
{
color: #B7BCC4;
}
</style>
background-color css
<style>
a { background-color: #B7BCC4; }
a { background-color: rgb(183,188,196); }
div.DivClassName
{
background-color: #B7BCC4;
}
.BgClassName
{
background-color: #B7BCC4;
}
</style>
border-color css
<style>
span { border-color: #B7BCC4; }
span { border-color: rgb(183,188,196); }
td.TdClassName
{
border-color: #B7BCC4;
}
.TagClassName
{
border-color: #B7BCC4;
}
</style>