Shades of Spindle #B5C0CB
Tints of Spindle #B5C0CB
RGB
CMYK
RGB Variations
Color information
#B5C0CB (or 0xB5C0CB) is known color: Spindle. HEX triplet: B5, C0 and CB. RGB value is (181,192,203). Sum of RGB (Red+Green+Blue) = 181+192+203=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CB is #4A3F34. Grayscale: #BDBDBD. Windows color (decimal): -4865845 or 13353141. OLE color: 13353141.
HSL color Cylindrical-coordinate representation of color #B5C0CB: hue angle of 210º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C0CB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 192 | 203 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.20 |
| HSL | 210º | 0.17% | 0.75% | - |
| HSV(B) | 210º | 0.11% | 0.8% | - |
| XYZ | 48.69 | 51.83 | 63.94 | - |
| YUV | 189.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 203 | 0.11 | 0.05 | 0 | 0.20 | 210 | 0.17 | 0.75 |
| Hex | B5 | C0 | CB | B | 5 | 0 | 14 | D2 | 11 | 4B |
| Octal | 265 | 300 | 313 | 13 | 5 | 0 | 24 | 322 | 21 | 113 |
| Binary | 10110101 | 11000000 | 11001011 | 1011 | 101 | 0 | 10100 | 11010010 | 10001 | 1001011 |
Color Harmonies of #B5C0CB
Complementary color
Monochromatic Colors of #B5C0CB
Black with #B5C0CB
Text Example
Text Example
White with #B5C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0CB; }
p { color: rgb(181,192,203); }
H1.HeaderClassName
{
color: #B5C0CB;
}
.AnyTagClassName
{
color: #B5C0CB;
}
</style>
background-color css
<style>
a { background-color: #B5C0CB; }
a { background-color: rgb(181,192,203); }
div.DivClassName
{
background-color: #B5C0CB;
}
.BgClassName
{
background-color: #B5C0CB;
}
</style>
border-color css
<style>
span { border-color: #B5C0CB; }
span { border-color: rgb(181,192,203); }
td.TdClassName
{
border-color: #B5C0CB;
}
.TagClassName
{
border-color: #B5C0CB;
}
</style>