Shades of Spindle #B5C4CF
Tints of Spindle #B5C4CF
RGB
CMYK
RGB Variations
Color information
#B5C4CF (or 0xB5C4CF) is known color: Spindle. HEX triplet: B5, C4 and CF. RGB value is (181,196,207). Sum of RGB (Red+Green+Blue) = 181+196+207=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4CF is #4A3B30. Grayscale: #C0C0C0. Windows color (decimal): -4864817 or 13616309. OLE color: 13616309.
HSL color Cylindrical-coordinate representation of color #B5C4CF: hue angle of 205.38º 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 #B5C4CF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 196 | 207 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.19 |
| HSL | 205.38º | 0.21% | 0.76% | - |
| HSV(B) | 205.38º | 0.13% | 0.81% | - |
| XYZ | 50.06 | 53.81 | 66.78 | - |
| YUV | 192.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 207 | 0.13 | 0.05 | 0 | 0.19 | 205.38 | 0.21 | 0.76 |
| Hex | B5 | C4 | CF | D | 5 | 0 | 13 | CD | 15 | 4C |
| Octal | 265 | 304 | 317 | 15 | 5 | 0 | 23 | 315 | 25 | 114 |
| Binary | 10110101 | 11000100 | 11001111 | 1101 | 101 | 0 | 10011 | 11001101 | 10101 | 1001100 |
Color Harmonies of #B5C4CF
Complementary color
Monochromatic Colors of #B5C4CF
Black with #B5C4CF
Text Example
Text Example
White with #B5C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C4CF; }
p { color: rgb(181,196,207); }
H1.HeaderClassName
{
color: #B5C4CF;
}
.AnyTagClassName
{
color: #B5C4CF;
}
</style>
background-color css
<style>
a { background-color: #B5C4CF; }
a { background-color: rgb(181,196,207); }
div.DivClassName
{
background-color: #B5C4CF;
}
.BgClassName
{
background-color: #B5C4CF;
}
</style>
border-color css
<style>
span { border-color: #B5C4CF; }
span { border-color: rgb(181,196,207); }
td.TdClassName
{
border-color: #B5C4CF;
}
.TagClassName
{
border-color: #B5C4CF;
}
</style>