Shades of Spindle #BCCDD6
Tints of Spindle #BCCDD6
RGB
CMYK
RGB Variations
Color information
#BCCDD6 (or 0xBCCDD6) is known color: Spindle. HEX triplet: BC, CD and D6. RGB value is (188,205,214). Sum of RGB (Red+Green+Blue) = 188+205+214=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD6 is #433229. Grayscale: #C8C8C8. Windows color (decimal): -4403754 or 14077372. OLE color: 14077372.
HSL color Cylindrical-coordinate representation of color #BCCDD6: hue angle of 200.77º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCDD6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 205 | 214 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.16 |
| HSL | 200.77º | 0.24% | 0.79% | - |
| HSV(B) | 200.77º | 0.12% | 0.84% | - |
| XYZ | 54.71 | 59.21 | 72.16 | - |
| YUV | 200.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 214 | 0.12 | 0.04 | 0 | 0.16 | 200.77 | 0.24 | 0.79 |
| Hex | BC | CD | D6 | C | 4 | 0 | 10 | C9 | 18 | 4F |
| Octal | 274 | 315 | 326 | 14 | 4 | 0 | 20 | 311 | 30 | 117 |
| Binary | 10111100 | 11001101 | 11010110 | 1100 | 100 | 0 | 10000 | 11001001 | 11000 | 1001111 |
Color Harmonies of #BCCDD6
Complementary color
Monochromatic Colors of #BCCDD6
Black with #BCCDD6
Text Example
Text Example
White with #BCCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDD6; }
p { color: rgb(188,205,214); }
H1.HeaderClassName
{
color: #BCCDD6;
}
.AnyTagClassName
{
color: #BCCDD6;
}
</style>
background-color css
<style>
a { background-color: #BCCDD6; }
a { background-color: rgb(188,205,214); }
div.DivClassName
{
background-color: #BCCDD6;
}
.BgClassName
{
background-color: #BCCDD6;
}
</style>
border-color css
<style>
span { border-color: #BCCDD6; }
span { border-color: rgb(188,205,214); }
td.TdClassName
{
border-color: #BCCDD6;
}
.TagClassName
{
border-color: #BCCDD6;
}
</style>