Shades of Spindle #B5BCC6
Tints of Spindle #B5BCC6
RGB
CMYK
RGB Variations
Color information
#B5BCC6 (or 0xB5BCC6) is known color: Spindle. HEX triplet: B5, BC and C6. RGB value is (181,188,198). Sum of RGB (Red+Green+Blue) = 181+188+198=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCC6 is #4A4339. Grayscale: #BABABA. Windows color (decimal): -4866874 or 13024437. OLE color: 13024437.
HSL color Cylindrical-coordinate representation of color #B5BCC6: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5BCC6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 188 | 198 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.22 |
| HSL | 215.29º | 0.13% | 0.74% | - |
| HSV(B) | 215.29º | 0.09% | 0.78% | - |
| XYZ | 47.23 | 49.87 | 60.56 | - |
| YUV | 187.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 198 | 0.09 | 0.05 | 0 | 0.22 | 215.29 | 0.13 | 0.74 |
| Hex | B5 | BC | C6 | 9 | 5 | 0 | 16 | D7 | D | 4A |
| Octal | 265 | 274 | 306 | 11 | 5 | 0 | 26 | 327 | 15 | 112 |
| Binary | 10110101 | 10111100 | 11000110 | 1001 | 101 | 0 | 10110 | 11010111 | 1101 | 1001010 |
Color Harmonies of #B5BCC6
Complementary color
Monochromatic Colors of #B5BCC6
Black with #B5BCC6
Text Example
Text Example
White with #B5BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCC6; }
p { color: rgb(181,188,198); }
H1.HeaderClassName
{
color: #B5BCC6;
}
.AnyTagClassName
{
color: #B5BCC6;
}
</style>
background-color css
<style>
a { background-color: #B5BCC6; }
a { background-color: rgb(181,188,198); }
div.DivClassName
{
background-color: #B5BCC6;
}
.BgClassName
{
background-color: #B5BCC6;
}
</style>
border-color css
<style>
span { border-color: #B5BCC6; }
span { border-color: rgb(181,188,198); }
td.TdClassName
{
border-color: #B5BCC6;
}
.TagClassName
{
border-color: #B5BCC6;
}
</style>