Shades of Spindle #BBC2CD
Tints of Spindle #BBC2CD
RGB
CMYK
RGB Variations
Color information
#BBC2CD (or 0xBBC2CD) is known color: Spindle. HEX triplet: BB, C2 and CD. RGB value is (187,194,205). Sum of RGB (Red+Green+Blue) = 187+194+205=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CD is #443D32. Grayscale: #C1C1C1. Windows color (decimal): -4472115 or 13484731. OLE color: 13484731.
HSL color Cylindrical-coordinate representation of color #BBC2CD: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC2CD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 194 | 205 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.20 |
| HSL | 216.67º | 0.15% | 0.77% | - |
| HSV(B) | 216.67º | 0.09% | 0.8% | - |
| XYZ | 50.8 | 53.56 | 65.42 | - |
| YUV | 193.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 205 | 0.09 | 0.05 | 0 | 0.20 | 216.67 | 0.15 | 0.77 |
| Hex | BB | C2 | CD | 9 | 5 | 0 | 14 | D9 | F | 4D |
| Octal | 273 | 302 | 315 | 11 | 5 | 0 | 24 | 331 | 17 | 115 |
| Binary | 10111011 | 11000010 | 11001101 | 1001 | 101 | 0 | 10100 | 11011001 | 1111 | 1001101 |
Color Harmonies of #BBC2CD
Complementary color
Monochromatic Colors of #BBC2CD
Black with #BBC2CD
Text Example
Text Example
White with #BBC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2CD; }
p { color: rgb(187,194,205); }
H1.HeaderClassName
{
color: #BBC2CD;
}
.AnyTagClassName
{
color: #BBC2CD;
}
</style>
background-color css
<style>
a { background-color: #BBC2CD; }
a { background-color: rgb(187,194,205); }
div.DivClassName
{
background-color: #BBC2CD;
}
.BgClassName
{
background-color: #BBC2CD;
}
</style>
border-color css
<style>
span { border-color: #BBC2CD; }
span { border-color: rgb(187,194,205); }
td.TdClassName
{
border-color: #BBC2CD;
}
.TagClassName
{
border-color: #BBC2CD;
}
</style>