Shades of Spindle #BCC7D7
Tints of Spindle #BCC7D7
RGB
CMYK
RGB Variations
Color information
#BCC7D7 (or 0xBCC7D7) is known color: Spindle. HEX triplet: BC, C7 and D7. RGB value is (188,199,215). Sum of RGB (Red+Green+Blue) = 188+199+215=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D7 is #433828. Grayscale: #C5C5C5. Windows color (decimal): -4405289 or 14141372. OLE color: 14141372.
HSL color Cylindrical-coordinate representation of color #BCC7D7: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC7D7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 199 | 215 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.16 |
| HSL | 215.56º | 0.25% | 0.79% | - |
| HSV(B) | 215.56º | 0.13% | 0.84% | - |
| XYZ | 53.43 | 56.44 | 72.37 | - |
| YUV | 197.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 215 | 0.13 | 0.07 | 0 | 0.16 | 215.56 | 0.25 | 0.79 |
| Hex | BC | C7 | D7 | D | 7 | 0 | 10 | D8 | 19 | 4F |
| Octal | 274 | 307 | 327 | 15 | 7 | 0 | 20 | 330 | 31 | 117 |
| Binary | 10111100 | 11000111 | 11010111 | 1101 | 111 | 0 | 10000 | 11011000 | 11001 | 1001111 |
Color Harmonies of #BCC7D7
Complementary color
Monochromatic Colors of #BCC7D7
Black with #BCC7D7
Text Example
Text Example
White with #BCC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7D7; }
p { color: rgb(188,199,215); }
H1.HeaderClassName
{
color: #BCC7D7;
}
.AnyTagClassName
{
color: #BCC7D7;
}
</style>
background-color css
<style>
a { background-color: #BCC7D7; }
a { background-color: rgb(188,199,215); }
div.DivClassName
{
background-color: #BCC7D7;
}
.BgClassName
{
background-color: #BCC7D7;
}
</style>
border-color css
<style>
span { border-color: #BCC7D7; }
span { border-color: rgb(188,199,215); }
td.TdClassName
{
border-color: #BCC7D7;
}
.TagClassName
{
border-color: #BCC7D7;
}
</style>