Shades of Spindle #B2C0CD
Tints of Spindle #B2C0CD
RGB
CMYK
RGB Variations
Color information
#B2C0CD (or 0xB2C0CD) is known color: Spindle. HEX triplet: B2, C0 and CD. RGB value is (178,192,205). Sum of RGB (Red+Green+Blue) = 178+192+205=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0CD is #4D3F32. Grayscale: #BDBDBD. Windows color (decimal): -5062451 or 13484210. OLE color: 13484210.
HSL color Cylindrical-coordinate representation of color #B2C0CD: hue angle of 208.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C0CD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 192 | 205 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.20 |
| HSL | 208.89º | 0.21% | 0.75% | - |
| HSV(B) | 208.89º | 0.13% | 0.8% | - |
| XYZ | 48.23 | 51.57 | 65.17 | - |
| YUV | 189.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 205 | 0.13 | 0.06 | 0 | 0.20 | 208.89 | 0.21 | 0.75 |
| Hex | B2 | C0 | CD | D | 6 | 0 | 14 | D1 | 15 | 4B |
| Octal | 262 | 300 | 315 | 15 | 6 | 0 | 24 | 321 | 25 | 113 |
| Binary | 10110010 | 11000000 | 11001101 | 1101 | 110 | 0 | 10100 | 11010001 | 10101 | 1001011 |
Color Harmonies of #B2C0CD
Complementary color
Monochromatic Colors of #B2C0CD
Black with #B2C0CD
Text Example
Text Example
White with #B2C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0CD; }
p { color: rgb(178,192,205); }
H1.HeaderClassName
{
color: #B2C0CD;
}
.AnyTagClassName
{
color: #B2C0CD;
}
</style>
background-color css
<style>
a { background-color: #B2C0CD; }
a { background-color: rgb(178,192,205); }
div.DivClassName
{
background-color: #B2C0CD;
}
.BgClassName
{
background-color: #B2C0CD;
}
</style>
border-color css
<style>
span { border-color: #B2C0CD; }
span { border-color: rgb(178,192,205); }
td.TdClassName
{
border-color: #B2C0CD;
}
.TagClassName
{
border-color: #B2C0CD;
}
</style>