Shades of Spindle #B4BBC5
Tints of Spindle #B4BBC5
RGB
CMYK
RGB Variations
Color information
#B4BBC5 (or 0xB4BBC5) is known color: Spindle. HEX triplet: B4, BB and C5. RGB value is (180,187,197). Sum of RGB (Red+Green+Blue) = 180+187+197=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBC5 is #4B443A. Grayscale: #BABABA. Windows color (decimal): -4932667 or 12958644. OLE color: 12958644.
HSL color Cylindrical-coordinate representation of color #B4BBC5: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4BBC5 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 187 | 197 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.23 |
| HSL | 215.29º | 0.13% | 0.74% | - |
| HSV(B) | 215.29º | 0.09% | 0.77% | - |
| XYZ | 46.67 | 49.28 | 59.87 | - |
| YUV | 186.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 197 | 0.09 | 0.05 | 0 | 0.23 | 215.29 | 0.13 | 0.74 |
| Hex | B4 | BB | C5 | 9 | 5 | 0 | 17 | D7 | D | 4A |
| Octal | 264 | 273 | 305 | 11 | 5 | 0 | 27 | 327 | 15 | 112 |
| Binary | 10110100 | 10111011 | 11000101 | 1001 | 101 | 0 | 10111 | 11010111 | 1101 | 1001010 |
Color Harmonies of #B4BBC5
Complementary color
Monochromatic Colors of #B4BBC5
Black with #B4BBC5
Text Example
Text Example
White with #B4BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBC5; }
p { color: rgb(180,187,197); }
H1.HeaderClassName
{
color: #B4BBC5;
}
.AnyTagClassName
{
color: #B4BBC5;
}
</style>
background-color css
<style>
a { background-color: #B4BBC5; }
a { background-color: rgb(180,187,197); }
div.DivClassName
{
background-color: #B4BBC5;
}
.BgClassName
{
background-color: #B4BBC5;
}
</style>
border-color css
<style>
span { border-color: #B4BBC5; }
span { border-color: rgb(180,187,197); }
td.TdClassName
{
border-color: #B4BBC5;
}
.TagClassName
{
border-color: #B4BBC5;
}
</style>