Shades of Spindle #B4BCC7
Tints of Spindle #B4BCC7
RGB
CMYK
RGB Variations
Color information
#B4BCC7 (or 0xB4BCC7) is known color: Spindle. HEX triplet: B4, BC and C7. RGB value is (180,188,199). Sum of RGB (Red+Green+Blue) = 180+188+199=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 199 - color contains mainly: blue. Hex color #B4BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCC7 is #4B4338. Grayscale: #BABABA. Windows color (decimal): -4932409 or 13089972. OLE color: 13089972.
HSL color Cylindrical-coordinate representation of color #B4BCC7: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4BCC7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 188 | 199 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.22 |
| HSL | 214.74º | 0.15% | 0.74% | - |
| HSV(B) | 214.74º | 0.1% | 0.78% | - |
| XYZ | 47.11 | 49.79 | 61.16 | - |
| YUV | 186.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 199 | 0.10 | 0.06 | 0 | 0.22 | 214.74 | 0.15 | 0.74 |
| Hex | B4 | BC | C7 | A | 6 | 0 | 16 | D7 | F | 4A |
| Octal | 264 | 274 | 307 | 12 | 6 | 0 | 26 | 327 | 17 | 112 |
| Binary | 10110100 | 10111100 | 11000111 | 1010 | 110 | 0 | 10110 | 11010111 | 1111 | 1001010 |
Color Harmonies of #B4BCC7
Complementary color
Monochromatic Colors of #B4BCC7
Black with #B4BCC7
Text Example
Text Example
White with #B4BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCC7; }
p { color: rgb(180,188,199); }
H1.HeaderClassName
{
color: #B4BCC7;
}
.AnyTagClassName
{
color: #B4BCC7;
}
</style>
background-color css
<style>
a { background-color: #B4BCC7; }
a { background-color: rgb(180,188,199); }
div.DivClassName
{
background-color: #B4BCC7;
}
.BgClassName
{
background-color: #B4BCC7;
}
</style>
border-color css
<style>
span { border-color: #B4BCC7; }
span { border-color: rgb(180,188,199); }
td.TdClassName
{
border-color: #B4BCC7;
}
.TagClassName
{
border-color: #B4BCC7;
}
</style>