Shades of Spindle #BCC7D4
Tints of Spindle #BCC7D4
RGB
CMYK
RGB Variations
Color information
#BCC7D4 (or 0xBCC7D4) is known color: Spindle. HEX triplet: BC, C7 and D4. RGB value is (188,199,212). Sum of RGB (Red+Green+Blue) = 188+199+212=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D4 is #43382B. Grayscale: #C5C5C5. Windows color (decimal): -4405292 or 13944764. OLE color: 13944764.
HSL color Cylindrical-coordinate representation of color #BCC7D4: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC7D4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 199 | 212 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.17 |
| HSL | 212.5º | 0.22% | 0.78% | - |
| HSV(B) | 212.5º | 0.11% | 0.83% | - |
| XYZ | 53.05 | 56.29 | 70.36 | - |
| YUV | 197.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 212 | 0.11 | 0.06 | 0 | 0.17 | 212.5 | 0.22 | 0.78 |
| Hex | BC | C7 | D4 | B | 6 | 0 | 11 | D4 | 16 | 4E |
| Octal | 274 | 307 | 324 | 13 | 6 | 0 | 21 | 324 | 26 | 116 |
| Binary | 10111100 | 11000111 | 11010100 | 1011 | 110 | 0 | 10001 | 11010100 | 10110 | 1001110 |
Color Harmonies of #BCC7D4
Complementary color
Monochromatic Colors of #BCC7D4
Black with #BCC7D4
Text Example
Text Example
White with #BCC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7D4; }
p { color: rgb(188,199,212); }
H1.HeaderClassName
{
color: #BCC7D4;
}
.AnyTagClassName
{
color: #BCC7D4;
}
</style>
background-color css
<style>
a { background-color: #BCC7D4; }
a { background-color: rgb(188,199,212); }
div.DivClassName
{
background-color: #BCC7D4;
}
.BgClassName
{
background-color: #BCC7D4;
}
</style>
border-color css
<style>
span { border-color: #BCC7D4; }
span { border-color: rgb(188,199,212); }
td.TdClassName
{
border-color: #BCC7D4;
}
.TagClassName
{
border-color: #BCC7D4;
}
</style>