Shades of Spindle #BCCDDF
Tints of Spindle #BCCDDF
RGB
CMYK
RGB Variations
Color information
#BCCDDF (or 0xBCCDDF) is known color: Spindle. HEX triplet: BC, CD and DF. RGB value is (188,205,223). Sum of RGB (Red+Green+Blue) = 188+205+223=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDDF is #433220. Grayscale: #C9C9C9. Windows color (decimal): -4403745 or 14667196. OLE color: 14667196.
HSL color Cylindrical-coordinate representation of color #BCCDDF: hue angle of 210.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCDDF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 205 | 223 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 210.86º | 0.35% | 0.81% | - |
| HSV(B) | 210.86º | 0.16% | 0.87% | - |
| XYZ | 55.89 | 59.68 | 78.39 | - |
| YUV | 201.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 223 | 0.16 | 0.08 | 0 | 0.13 | 210.86 | 0.35 | 0.81 |
| Hex | BC | CD | DF | 10 | 8 | 0 | D | D3 | 23 | 51 |
| Octal | 274 | 315 | 337 | 20 | 10 | 0 | 15 | 323 | 43 | 121 |
| Binary | 10111100 | 11001101 | 11011111 | 10000 | 1000 | 0 | 1101 | 11010011 | 100011 | 1010001 |
Color Harmonies of #BCCDDF
Complementary color
Monochromatic Colors of #BCCDDF
Black with #BCCDDF
Text Example
Text Example
White with #BCCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDDF; }
p { color: rgb(188,205,223); }
H1.HeaderClassName
{
color: #BCCDDF;
}
.AnyTagClassName
{
color: #BCCDDF;
}
</style>
background-color css
<style>
a { background-color: #BCCDDF; }
a { background-color: rgb(188,205,223); }
div.DivClassName
{
background-color: #BCCDDF;
}
.BgClassName
{
background-color: #BCCDDF;
}
</style>
border-color css
<style>
span { border-color: #BCCDDF; }
span { border-color: rgb(188,205,223); }
td.TdClassName
{
border-color: #BCCDDF;
}
.TagClassName
{
border-color: #BCCDDF;
}
</style>