Shades of Spindle #BCC1CC
Tints of Spindle #BCC1CC
RGB
CMYK
RGB Variations
Color information
#BCC1CC (or 0xBCC1CC) is known color: Spindle. HEX triplet: BC, C1 and CC. RGB value is (188,193,204). Sum of RGB (Red+Green+Blue) = 188+193+204=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CC is #433E33. Grayscale: #C0C0C0. Windows color (decimal): -4406836 or 13418940. OLE color: 13418940.
HSL color Cylindrical-coordinate representation of color #BCC1CC: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC1CC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 193 | 204 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.2 |
| HSL | 221.25º | 0.14% | 0.77% | - |
| HSV(B) | 221.25º | 0.08% | 0.8% | - |
| XYZ | 50.71 | 53.19 | 64.72 | - |
| YUV | 192.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 204 | 0.08 | 0.05 | 0 | 0.2 | 221.25 | 0.14 | 0.77 |
| Hex | BC | C1 | CC | 8 | 5 | 0 | 14 | DD | E | 4D |
| Octal | 274 | 301 | 314 | 10 | 5 | 0 | 24 | 335 | 16 | 115 |
| Binary | 10111100 | 11000001 | 11001100 | 1000 | 101 | 0 | 10100 | 11011101 | 1110 | 1001101 |
Color Harmonies of #BCC1CC
Complementary color
Monochromatic Colors of #BCC1CC
Black with #BCC1CC
Text Example
Text Example
White with #BCC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1CC; }
p { color: rgb(188,193,204); }
H1.HeaderClassName
{
color: #BCC1CC;
}
.AnyTagClassName
{
color: #BCC1CC;
}
</style>
background-color css
<style>
a { background-color: #BCC1CC; }
a { background-color: rgb(188,193,204); }
div.DivClassName
{
background-color: #BCC1CC;
}
.BgClassName
{
background-color: #BCC1CC;
}
</style>
border-color css
<style>
span { border-color: #BCC1CC; }
span { border-color: rgb(188,193,204); }
td.TdClassName
{
border-color: #BCC1CC;
}
.TagClassName
{
border-color: #BCC1CC;
}
</style>