Shades of Spindle #B5BCCF
Tints of Spindle #B5BCCF
RGB
CMYK
RGB Variations
Color information
#B5BCCF (or 0xB5BCCF) is known color: Spindle. HEX triplet: B5, BC and CF. RGB value is (181,188,207). Sum of RGB (Red+Green+Blue) = 181+188+207=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCCF is #4A4330. Grayscale: #BBBBBB. Windows color (decimal): -4866865 or 13614261. OLE color: 13614261.
HSL color Cylindrical-coordinate representation of color #B5BCCF: hue angle of 223.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5BCCF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 188 | 207 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.19 |
| HSL | 223.85º | 0.21% | 0.76% | - |
| HSV(B) | 223.85º | 0.13% | 0.81% | - |
| XYZ | 48.3 | 50.3 | 66.19 | - |
| YUV | 188.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 207 | 0.13 | 0.09 | 0 | 0.19 | 223.85 | 0.21 | 0.76 |
| Hex | B5 | BC | CF | D | 9 | 0 | 13 | E0 | 15 | 4C |
| Octal | 265 | 274 | 317 | 15 | 11 | 0 | 23 | 340 | 25 | 114 |
| Binary | 10110101 | 10111100 | 11001111 | 1101 | 1001 | 0 | 10011 | 11100000 | 10101 | 1001100 |
Color Harmonies of #B5BCCF
Complementary color
Monochromatic Colors of #B5BCCF
Black with #B5BCCF
Text Example
Text Example
White with #B5BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCCF; }
p { color: rgb(181,188,207); }
H1.HeaderClassName
{
color: #B5BCCF;
}
.AnyTagClassName
{
color: #B5BCCF;
}
</style>
background-color css
<style>
a { background-color: #B5BCCF; }
a { background-color: rgb(181,188,207); }
div.DivClassName
{
background-color: #B5BCCF;
}
.BgClassName
{
background-color: #B5BCCF;
}
</style>
border-color css
<style>
span { border-color: #B5BCCF; }
span { border-color: rgb(181,188,207); }
td.TdClassName
{
border-color: #B5BCCF;
}
.TagClassName
{
border-color: #B5BCCF;
}
</style>