Shades of Spindle #BCCFDC
Tints of Spindle #BCCFDC
RGB
CMYK
RGB Variations
Color information
#BCCFDC (or 0xBCCFDC) is known color: Spindle. HEX triplet: BC, CF and DC. RGB value is (188,207,220). Sum of RGB (Red+Green+Blue) = 188+207+220=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDC is #433023. Grayscale: #CACACA. Windows color (decimal): -4403236 or 14471100. OLE color: 14471100.
HSL color Cylindrical-coordinate representation of color #BCCFDC: hue angle of 204.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCFDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 207 | 220 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 204.38º | 0.31% | 0.8% | - |
| HSV(B) | 204.38º | 0.15% | 0.86% | - |
| XYZ | 55.97 | 60.48 | 76.43 | - |
| YUV | 202.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 220 | 0.15 | 0.06 | 0 | 0.14 | 204.38 | 0.31 | 0.8 |
| Hex | BC | CF | DC | F | 6 | 0 | E | CC | 1F | 50 |
| Octal | 274 | 317 | 334 | 17 | 6 | 0 | 16 | 314 | 37 | 120 |
| Binary | 10111100 | 11001111 | 11011100 | 1111 | 110 | 0 | 1110 | 11001100 | 11111 | 1010000 |
Color Harmonies of #BCCFDC
Complementary color
Monochromatic Colors of #BCCFDC
Black with #BCCFDC
Text Example
Text Example
White with #BCCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFDC; }
p { color: rgb(188,207,220); }
H1.HeaderClassName
{
color: #BCCFDC;
}
.AnyTagClassName
{
color: #BCCFDC;
}
</style>
background-color css
<style>
a { background-color: #BCCFDC; }
a { background-color: rgb(188,207,220); }
div.DivClassName
{
background-color: #BCCFDC;
}
.BgClassName
{
background-color: #BCCFDC;
}
</style>
border-color css
<style>
span { border-color: #BCCFDC; }
span { border-color: rgb(188,207,220); }
td.TdClassName
{
border-color: #BCCFDC;
}
.TagClassName
{
border-color: #BCCFDC;
}
</style>