Shades of Spindle #BCCCDA
Tints of Spindle #BCCCDA
RGB
CMYK
RGB Variations
Color information
#BCCCDA (or 0xBCCCDA) is known color: Spindle. HEX triplet: BC, CC and DA. RGB value is (188,204,218). Sum of RGB (Red+Green+Blue) = 188+204+218=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDA is #433325. Grayscale: #C8C8C8. Windows color (decimal): -4404006 or 14339260. OLE color: 14339260.
HSL color Cylindrical-coordinate representation of color #BCCCDA: hue angle of 208º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCCDA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 204 | 218 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 208º | 0.29% | 0.8% | - |
| HSV(B) | 208º | 0.14% | 0.85% | - |
| XYZ | 54.99 | 58.94 | 74.81 | - |
| YUV | 200.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 218 | 0.14 | 0.06 | 0 | 0.15 | 208 | 0.29 | 0.8 |
| Hex | BC | CC | DA | E | 6 | 0 | F | D0 | 1D | 50 |
| Octal | 274 | 314 | 332 | 16 | 6 | 0 | 17 | 320 | 35 | 120 |
| Binary | 10111100 | 11001100 | 11011010 | 1110 | 110 | 0 | 1111 | 11010000 | 11101 | 1010000 |
Color Harmonies of #BCCCDA
Complementary color
Monochromatic Colors of #BCCCDA
Black with #BCCCDA
Text Example
Text Example
White with #BCCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCDA; }
p { color: rgb(188,204,218); }
H1.HeaderClassName
{
color: #BCCCDA;
}
.AnyTagClassName
{
color: #BCCCDA;
}
</style>
background-color css
<style>
a { background-color: #BCCCDA; }
a { background-color: rgb(188,204,218); }
div.DivClassName
{
background-color: #BCCCDA;
}
.BgClassName
{
background-color: #BCCCDA;
}
</style>
border-color css
<style>
span { border-color: #BCCCDA; }
span { border-color: rgb(188,204,218); }
td.TdClassName
{
border-color: #BCCCDA;
}
.TagClassName
{
border-color: #BCCCDA;
}
</style>