Shades of Spindle #B5C0CD
Tints of Spindle #B5C0CD
RGB
CMYK
RGB Variations
Color information
#B5C0CD (or 0xB5C0CD) is known color: Spindle. HEX triplet: B5, C0 and CD. RGB value is (181,192,205). Sum of RGB (Red+Green+Blue) = 181+192+205=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CD is #4A3F32. Grayscale: #BEBEBE. Windows color (decimal): -4865843 or 13484213. OLE color: 13484213.
HSL color Cylindrical-coordinate representation of color #B5C0CD: hue angle of 212.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C0CD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 192 | 205 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.20 |
| HSL | 212.5º | 0.19% | 0.76% | - |
| HSV(B) | 212.5º | 0.12% | 0.8% | - |
| XYZ | 48.93 | 51.93 | 65.2 | - |
| YUV | 190.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 205 | 0.12 | 0.06 | 0 | 0.20 | 212.5 | 0.19 | 0.76 |
| Hex | B5 | C0 | CD | C | 6 | 0 | 14 | D4 | 13 | 4C |
| Octal | 265 | 300 | 315 | 14 | 6 | 0 | 24 | 324 | 23 | 114 |
| Binary | 10110101 | 11000000 | 11001101 | 1100 | 110 | 0 | 10100 | 11010100 | 10011 | 1001100 |
Color Harmonies of #B5C0CD
Complementary color
Monochromatic Colors of #B5C0CD
Black with #B5C0CD
Text Example
Text Example
White with #B5C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0CD; }
p { color: rgb(181,192,205); }
H1.HeaderClassName
{
color: #B5C0CD;
}
.AnyTagClassName
{
color: #B5C0CD;
}
</style>
background-color css
<style>
a { background-color: #B5C0CD; }
a { background-color: rgb(181,192,205); }
div.DivClassName
{
background-color: #B5C0CD;
}
.BgClassName
{
background-color: #B5C0CD;
}
</style>
border-color css
<style>
span { border-color: #B5C0CD; }
span { border-color: rgb(181,192,205); }
td.TdClassName
{
border-color: #B5C0CD;
}
.TagClassName
{
border-color: #B5C0CD;
}
</style>