Shades of Spindle #BCCADC
Tints of Spindle #BCCADC
RGB
CMYK
RGB Variations
Color information
#BCCADC (or 0xBCCADC) is known color: Spindle. HEX triplet: BC, CA and DC. RGB value is (188,202,220). Sum of RGB (Red+Green+Blue) = 188+202+220=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADC is #433523. Grayscale: #C7C7C7. Windows color (decimal): -4404516 or 14469820. OLE color: 14469820.
HSL color Cylindrical-coordinate representation of color #BCCADC: hue angle of 213.75º 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 #BCCADC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 202 | 220 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.14 |
| HSL | 213.75º | 0.31% | 0.8% | - |
| HSV(B) | 213.75º | 0.15% | 0.86% | - |
| XYZ | 54.78 | 58.1 | 76.04 | - |
| YUV | 199.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 220 | 0.15 | 0.08 | 0 | 0.14 | 213.75 | 0.31 | 0.8 |
| Hex | BC | CA | DC | F | 8 | 0 | E | D6 | 1F | 50 |
| Octal | 274 | 312 | 334 | 17 | 10 | 0 | 16 | 326 | 37 | 120 |
| Binary | 10111100 | 11001010 | 11011100 | 1111 | 1000 | 0 | 1110 | 11010110 | 11111 | 1010000 |
Color Harmonies of #BCCADC
Complementary color
Monochromatic Colors of #BCCADC
Black with #BCCADC
Text Example
Text Example
White with #BCCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCADC; }
p { color: rgb(188,202,220); }
H1.HeaderClassName
{
color: #BCCADC;
}
.AnyTagClassName
{
color: #BCCADC;
}
</style>
background-color css
<style>
a { background-color: #BCCADC; }
a { background-color: rgb(188,202,220); }
div.DivClassName
{
background-color: #BCCADC;
}
.BgClassName
{
background-color: #BCCADC;
}
</style>
border-color css
<style>
span { border-color: #BCCADC; }
span { border-color: rgb(188,202,220); }
td.TdClassName
{
border-color: #BCCADC;
}
.TagClassName
{
border-color: #BCCADC;
}
</style>