Shades of Nebula #BCD5C7
Tints of Nebula #BCD5C7
RGB
CMYK
RGB Variations
Color information
#BCD5C7 (or 0xBCD5C7) is known color: Nebula. HEX triplet: BC, D5 and C7. RGB value is (188,213,199). Sum of RGB (Red+Green+Blue) = 188+213+199=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C7 is #432A38. Grayscale: #CBCBCB. Windows color (decimal): -4401721 or 13096380. OLE color: 13096380.
HSL color Cylindrical-coordinate representation of color #BCD5C7: hue angle of 146.4º degrees, saturation: 0.23, 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 #BCD5C7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 199 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.16 |
| HSL | 146.4º | 0.23% | 0.79% | - |
| HSV(B) | 146.4º | 0.12% | 0.84% | - |
| XYZ | 54.84 | 62.4 | 63.19 | - |
| YUV | 203.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 199 | 0.12 | 0 | 0.07 | 0.16 | 146.4 | 0.23 | 0.79 |
| Hex | BC | D5 | C7 | C | 0 | 7 | 10 | 92 | 17 | 4F |
| Octal | 274 | 325 | 307 | 14 | 0 | 7 | 20 | 222 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11000111 | 1100 | 0 | 111 | 10000 | 10010010 | 10111 | 1001111 |
Color Harmonies of #BCD5C7
Complementary color
Monochromatic Colors of #BCD5C7
Black with #BCD5C7
Text Example
Text Example
White with #BCD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C7; }
p { color: rgb(188,213,199); }
H1.HeaderClassName
{
color: #BCD5C7;
}
.AnyTagClassName
{
color: #BCD5C7;
}
</style>
background-color css
<style>
a { background-color: #BCD5C7; }
a { background-color: rgb(188,213,199); }
div.DivClassName
{
background-color: #BCD5C7;
}
.BgClassName
{
background-color: #BCD5C7;
}
</style>
border-color css
<style>
span { border-color: #BCD5C7; }
span { border-color: rgb(188,213,199); }
td.TdClassName
{
border-color: #BCD5C7;
}
.TagClassName
{
border-color: #BCD5C7;
}
</style>