Shades of Spindle #B5C5CF
Tints of Spindle #B5C5CF
RGB
CMYK
RGB Variations
Color information
#B5C5CF (or 0xB5C5CF) is known color: Spindle. HEX triplet: B5, C5 and CF. RGB value is (181,197,207). Sum of RGB (Red+Green+Blue) = 181+197+207=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CF is #4A3A30. Grayscale: #C1C1C1. Windows color (decimal): -4864561 or 13616565. OLE color: 13616565.
HSL color Cylindrical-coordinate representation of color #B5C5CF: hue angle of 203.08º 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 #B5C5CF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 197 | 207 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.19 |
| HSL | 203.08º | 0.21% | 0.76% | - |
| HSV(B) | 203.08º | 0.13% | 0.81% | - |
| XYZ | 50.28 | 54.26 | 66.85 | - |
| YUV | 193.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 207 | 0.13 | 0.05 | 0 | 0.19 | 203.08 | 0.21 | 0.76 |
| Hex | B5 | C5 | CF | D | 5 | 0 | 13 | CB | 15 | 4C |
| Octal | 265 | 305 | 317 | 15 | 5 | 0 | 23 | 313 | 25 | 114 |
| Binary | 10110101 | 11000101 | 11001111 | 1101 | 101 | 0 | 10011 | 11001011 | 10101 | 1001100 |
Color Harmonies of #B5C5CF
Complementary color
Monochromatic Colors of #B5C5CF
Black with #B5C5CF
Text Example
Text Example
White with #B5C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5CF; }
p { color: rgb(181,197,207); }
H1.HeaderClassName
{
color: #B5C5CF;
}
.AnyTagClassName
{
color: #B5C5CF;
}
</style>
background-color css
<style>
a { background-color: #B5C5CF; }
a { background-color: rgb(181,197,207); }
div.DivClassName
{
background-color: #B5C5CF;
}
.BgClassName
{
background-color: #B5C5CF;
}
</style>
border-color css
<style>
span { border-color: #B5C5CF; }
span { border-color: rgb(181,197,207); }
td.TdClassName
{
border-color: #B5C5CF;
}
.TagClassName
{
border-color: #B5C5CF;
}
</style>