Shades of Spindle #B5C0CA
Tints of Spindle #B5C0CA
RGB
CMYK
RGB Variations
Color information
#B5C0CA (or 0xB5C0CA) is known color: Spindle. HEX triplet: B5, C0 and CA. RGB value is (181,192,202). Sum of RGB (Red+Green+Blue) = 181+192+202=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CA is #4A3F35. Grayscale: #BDBDBD. Windows color (decimal): -4865846 or 13287605. OLE color: 13287605.
HSL color Cylindrical-coordinate representation of color #B5C0CA: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C0CA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 192 | 202 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.21 |
| HSL | 208.57º | 0.17% | 0.75% | - |
| HSV(B) | 208.57º | 0.1% | 0.79% | - |
| XYZ | 48.57 | 51.79 | 63.31 | - |
| YUV | 189.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 202 | 0.10 | 0.05 | 0 | 0.21 | 208.57 | 0.17 | 0.75 |
| Hex | B5 | C0 | CA | A | 5 | 0 | 15 | D1 | 11 | 4B |
| Octal | 265 | 300 | 312 | 12 | 5 | 0 | 25 | 321 | 21 | 113 |
| Binary | 10110101 | 11000000 | 11001010 | 1010 | 101 | 0 | 10101 | 11010001 | 10001 | 1001011 |
Color Harmonies of #B5C0CA
Complementary color
Monochromatic Colors of #B5C0CA
Black with #B5C0CA
Text Example
Text Example
White with #B5C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0CA; }
p { color: rgb(181,192,202); }
H1.HeaderClassName
{
color: #B5C0CA;
}
.AnyTagClassName
{
color: #B5C0CA;
}
</style>
background-color css
<style>
a { background-color: #B5C0CA; }
a { background-color: rgb(181,192,202); }
div.DivClassName
{
background-color: #B5C0CA;
}
.BgClassName
{
background-color: #B5C0CA;
}
</style>
border-color css
<style>
span { border-color: #B5C0CA; }
span { border-color: rgb(181,192,202); }
td.TdClassName
{
border-color: #B5C0CA;
}
.TagClassName
{
border-color: #B5C0CA;
}
</style>