Shades of Spindle #BCCDDA
Tints of Spindle #BCCDDA
RGB
CMYK
RGB Variations
Color information
#BCCDDA (or 0xBCCDDA) is known color: Spindle. HEX triplet: BC, CD and DA. RGB value is (188,205,218). Sum of RGB (Red+Green+Blue) = 188+205+218=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDDA is #433225. Grayscale: #C9C9C9. Windows color (decimal): -4403750 or 14339516. OLE color: 14339516.
HSL color Cylindrical-coordinate representation of color #BCCDDA: hue angle of 206º 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 #BCCDDA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 205 | 218 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 206º | 0.29% | 0.8% | - |
| HSV(B) | 206º | 0.14% | 0.85% | - |
| XYZ | 55.23 | 59.42 | 74.89 | - |
| YUV | 201.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 218 | 0.14 | 0.06 | 0 | 0.15 | 206 | 0.29 | 0.8 |
| Hex | BC | CD | DA | E | 6 | 0 | F | CE | 1D | 50 |
| Octal | 274 | 315 | 332 | 16 | 6 | 0 | 17 | 316 | 35 | 120 |
| Binary | 10111100 | 11001101 | 11011010 | 1110 | 110 | 0 | 1111 | 11001110 | 11101 | 1010000 |
Color Harmonies of #BCCDDA
Complementary color
Monochromatic Colors of #BCCDDA
Black with #BCCDDA
Text Example
Text Example
White with #BCCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDDA; }
p { color: rgb(188,205,218); }
H1.HeaderClassName
{
color: #BCCDDA;
}
.AnyTagClassName
{
color: #BCCDDA;
}
</style>
background-color css
<style>
a { background-color: #BCCDDA; }
a { background-color: rgb(188,205,218); }
div.DivClassName
{
background-color: #BCCDDA;
}
.BgClassName
{
background-color: #BCCDDA;
}
</style>
border-color css
<style>
span { border-color: #BCCDDA; }
span { border-color: rgb(188,205,218); }
td.TdClassName
{
border-color: #BCCDDA;
}
.TagClassName
{
border-color: #BCCDDA;
}
</style>