Shades of Spindle #B5BCD1
Tints of Spindle #B5BCD1
RGB
CMYK
RGB Variations
Color information
#B5BCD1 (or 0xB5BCD1) is known color: Spindle. HEX triplet: B5, BC and D1. RGB value is (181,188,209). Sum of RGB (Red+Green+Blue) = 181+188+209=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCD1 is #4A432E. Grayscale: #BCBCBC. Windows color (decimal): -4866863 or 13745333. OLE color: 13745333.
HSL color Cylindrical-coordinate representation of color #B5BCD1: hue angle of 225º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5BCD1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 188 | 209 | - |
CMYK | 0.13 | 0.10 | 0 | 0.18 |
HSL | 225º | 0.23% | 0.76% | - |
HSV(B) | 225º | 0.13% | 0.82% | - |
XYZ | 48.55 | 50.39 | 67.49 | - |
YUV | 188.3 | 139.68 | 122.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 209 | 0.13 | 0.10 | 0 | 0.18 | 225 | 0.23 | 0.76 |
Hex | B5 | BC | D1 | D | A | 0 | 12 | E1 | 17 | 4C |
Octal | 265 | 274 | 321 | 15 | 12 | 0 | 22 | 341 | 27 | 114 |
Binary | 10110101 | 10111100 | 11010001 | 1101 | 1010 | 0 | 10010 | 11100001 | 10111 | 1001100 |
Color Harmonies of #B5BCD1
Complementary color
Monochromatic Colors of #B5BCD1
Black with #B5BCD1
Text Example
Text Example
White with #B5BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCD1; }
p { color: rgb(181,188,209); }
H1.HeaderClassName
{
color: #B5BCD1;
}
.AnyTagClassName
{
color: #B5BCD1;
}
</style>
background-color css
<style>
a { background-color: #B5BCD1; }
a { background-color: rgb(181,188,209); }
div.DivClassName
{
background-color: #B5BCD1;
}
.BgClassName
{
background-color: #B5BCD1;
}
</style>
border-color css
<style>
span { border-color: #B5BCD1; }
span { border-color: rgb(181,188,209); }
td.TdClassName
{
border-color: #B5BCD1;
}
.TagClassName
{
border-color: #B5BCD1;
}
</style>