Shades of Spindle #B2C2CD
Tints of Spindle #B2C2CD
RGB
CMYK
RGB Variations
Color information
#B2C2CD (or 0xB2C2CD) is known color: Spindle. HEX triplet: B2, C2 and CD. RGB value is (178,194,205). Sum of RGB (Red+Green+Blue) = 178+194+205=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2CD is #4D3D32. Grayscale: #BEBEBE. Windows color (decimal): -5061939 or 13484722. OLE color: 13484722.
HSL color Cylindrical-coordinate representation of color #B2C2CD: hue angle of 204.44º 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 #B2C2CD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 194 | 205 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.20 |
| HSL | 204.44º | 0.21% | 0.75% | - |
| HSV(B) | 204.44º | 0.13% | 0.8% | - |
| XYZ | 48.67 | 52.46 | 65.32 | - |
| YUV | 190.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 205 | 0.13 | 0.05 | 0 | 0.20 | 204.44 | 0.21 | 0.75 |
| Hex | B2 | C2 | CD | D | 5 | 0 | 14 | CC | 15 | 4B |
| Octal | 262 | 302 | 315 | 15 | 5 | 0 | 24 | 314 | 25 | 113 |
| Binary | 10110010 | 11000010 | 11001101 | 1101 | 101 | 0 | 10100 | 11001100 | 10101 | 1001011 |
Color Harmonies of #B2C2CD
Complementary color
Monochromatic Colors of #B2C2CD
Black with #B2C2CD
Text Example
Text Example
White with #B2C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2CD; }
p { color: rgb(178,194,205); }
H1.HeaderClassName
{
color: #B2C2CD;
}
.AnyTagClassName
{
color: #B2C2CD;
}
</style>
background-color css
<style>
a { background-color: #B2C2CD; }
a { background-color: rgb(178,194,205); }
div.DivClassName
{
background-color: #B2C2CD;
}
.BgClassName
{
background-color: #B2C2CD;
}
</style>
border-color css
<style>
span { border-color: #B2C2CD; }
span { border-color: rgb(178,194,205); }
td.TdClassName
{
border-color: #B2C2CD;
}
.TagClassName
{
border-color: #B2C2CD;
}
</style>