Shades of Nebula #BCD3C6
Tints of Nebula #BCD3C6
RGB
CMYK
RGB Variations
Color information
#BCD3C6 (or 0xBCD3C6) is known color: Nebula. HEX triplet: BC, D3 and C6. RGB value is (188,211,198). Sum of RGB (Red+Green+Blue) = 188+211+198=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3C6 is #432C39. Grayscale: #CACACA. Windows color (decimal): -4402234 or 13030332. OLE color: 13030332.
HSL color Cylindrical-coordinate representation of color #BCD3C6: hue angle of 146.09º degrees, saturation: 0.21, 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 #BCD3C6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 198 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.17 |
| HSL | 146.09º | 0.21% | 0.78% | - |
| HSV(B) | 146.09º | 0.11% | 0.83% | - |
| XYZ | 54.23 | 61.36 | 62.41 | - |
| YUV | 202.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 198 | 0.11 | 0 | 0.06 | 0.17 | 146.09 | 0.21 | 0.78 |
| Hex | BC | D3 | C6 | B | 0 | 6 | 11 | 92 | 15 | 4E |
| Octal | 274 | 323 | 306 | 13 | 0 | 6 | 21 | 222 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11000110 | 1011 | 0 | 110 | 10001 | 10010010 | 10101 | 1001110 |
Color Harmonies of #BCD3C6
Complementary color
Monochromatic Colors of #BCD3C6
Black with #BCD3C6
Text Example
Text Example
White with #BCD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3C6; }
p { color: rgb(188,211,198); }
H1.HeaderClassName
{
color: #BCD3C6;
}
.AnyTagClassName
{
color: #BCD3C6;
}
</style>
background-color css
<style>
a { background-color: #BCD3C6; }
a { background-color: rgb(188,211,198); }
div.DivClassName
{
background-color: #BCD3C6;
}
.BgClassName
{
background-color: #BCD3C6;
}
</style>
border-color css
<style>
span { border-color: #BCD3C6; }
span { border-color: rgb(188,211,198); }
td.TdClassName
{
border-color: #BCD3C6;
}
.TagClassName
{
border-color: #BCD3C6;
}
</style>