Shades of Spindle #BCCCDD
Tints of Spindle #BCCCDD
RGB
CMYK
RGB Variations
Color information
#BCCCDD (or 0xBCCCDD) is known color: Spindle. HEX triplet: BC, CC and DD. RGB value is (188,204,221). Sum of RGB (Red+Green+Blue) = 188+204+221=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDD is #433322. Grayscale: #C9C9C9. Windows color (decimal): -4404003 or 14535868. OLE color: 14535868.
HSL color Cylindrical-coordinate representation of color #BCCCDD: hue angle of 210.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCCDD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 204 | 221 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.13 |
| HSL | 210.91º | 0.33% | 0.8% | - |
| HSV(B) | 210.91º | 0.15% | 0.87% | - |
| XYZ | 55.38 | 59.1 | 76.89 | - |
| YUV | 201.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 221 | 0.15 | 0.08 | 0 | 0.13 | 210.91 | 0.33 | 0.8 |
| Hex | BC | CC | DD | F | 8 | 0 | D | D3 | 21 | 50 |
| Octal | 274 | 314 | 335 | 17 | 10 | 0 | 15 | 323 | 41 | 120 |
| Binary | 10111100 | 11001100 | 11011101 | 1111 | 1000 | 0 | 1101 | 11010011 | 100001 | 1010000 |
Color Harmonies of #BCCCDD
Complementary color
Monochromatic Colors of #BCCCDD
Black with #BCCCDD
Text Example
Text Example
White with #BCCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCDD; }
p { color: rgb(188,204,221); }
H1.HeaderClassName
{
color: #BCCCDD;
}
.AnyTagClassName
{
color: #BCCCDD;
}
</style>
background-color css
<style>
a { background-color: #BCCCDD; }
a { background-color: rgb(188,204,221); }
div.DivClassName
{
background-color: #BCCCDD;
}
.BgClassName
{
background-color: #BCCCDD;
}
</style>
border-color css
<style>
span { border-color: #BCCCDD; }
span { border-color: rgb(188,204,221); }
td.TdClassName
{
border-color: #BCCCDD;
}
.TagClassName
{
border-color: #BCCCDD;
}
</style>