Shades of Nebula #BCD6C7
Tints of Nebula #BCD6C7
RGB
CMYK
RGB Variations
Color information
#BCD6C7 (or 0xBCD6C7) is known color: Nebula. HEX triplet: BC, D6 and C7. RGB value is (188,214,199). Sum of RGB (Red+Green+Blue) = 188+214+199=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C7 is #432938. Grayscale: #CCCCCC. Windows color (decimal): -4401465 or 13096636. OLE color: 13096636.
HSL color Cylindrical-coordinate representation of color #BCD6C7: hue angle of 145.38º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6C7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 199 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.16 |
| HSL | 145.38º | 0.24% | 0.79% | - |
| HSV(B) | 145.38º | 0.12% | 0.84% | - |
| XYZ | 55.09 | 62.91 | 63.27 | - |
| YUV | 204.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 199 | 0.12 | 0 | 0.07 | 0.16 | 145.38 | 0.24 | 0.79 |
| Hex | BC | D6 | C7 | C | 0 | 7 | 10 | 91 | 18 | 4F |
| Octal | 274 | 326 | 307 | 14 | 0 | 7 | 20 | 221 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11000111 | 1100 | 0 | 111 | 10000 | 10010001 | 11000 | 1001111 |
Color Harmonies of #BCD6C7
Complementary color
Monochromatic Colors of #BCD6C7
Black with #BCD6C7
Text Example
Text Example
White with #BCD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6C7; }
p { color: rgb(188,214,199); }
H1.HeaderClassName
{
color: #BCD6C7;
}
.AnyTagClassName
{
color: #BCD6C7;
}
</style>
background-color css
<style>
a { background-color: #BCD6C7; }
a { background-color: rgb(188,214,199); }
div.DivClassName
{
background-color: #BCD6C7;
}
.BgClassName
{
background-color: #BCD6C7;
}
</style>
border-color css
<style>
span { border-color: #BCD6C7; }
span { border-color: rgb(188,214,199); }
td.TdClassName
{
border-color: #BCD6C7;
}
.TagClassName
{
border-color: #BCD6C7;
}
</style>