Shades of Nebula #BCD0C3
Tints of Nebula #BCD0C3
RGB
CMYK
RGB Variations
Color information
#BCD0C3 (or 0xBCD0C3) is known color: Nebula. HEX triplet: BC, D0 and C3. RGB value is (188,208,195). Sum of RGB (Red+Green+Blue) = 188+208+195=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0C3 is #432F3C. Grayscale: #C8C8C8. Windows color (decimal): -4403005 or 12832956. OLE color: 12832956.
HSL color Cylindrical-coordinate representation of color #BCD0C3: hue angle of 141º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0C3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 195 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.18 |
| HSL | 141º | 0.18% | 0.78% | - |
| HSV(B) | 141º | 0.1% | 0.82% | - |
| XYZ | 53.15 | 59.74 | 60.36 | - |
| YUV | 200.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 195 | 0.10 | 0 | 0.06 | 0.18 | 141 | 0.18 | 0.78 |
| Hex | BC | D0 | C3 | A | 0 | 6 | 12 | 8D | 12 | 4E |
| Octal | 274 | 320 | 303 | 12 | 0 | 6 | 22 | 215 | 22 | 116 |
| Binary | 10111100 | 11010000 | 11000011 | 1010 | 0 | 110 | 10010 | 10001101 | 10010 | 1001110 |
Color Harmonies of #BCD0C3
Complementary color
Monochromatic Colors of #BCD0C3
Black with #BCD0C3
Text Example
Text Example
White with #BCD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0C3; }
p { color: rgb(188,208,195); }
H1.HeaderClassName
{
color: #BCD0C3;
}
.AnyTagClassName
{
color: #BCD0C3;
}
</style>
background-color css
<style>
a { background-color: #BCD0C3; }
a { background-color: rgb(188,208,195); }
div.DivClassName
{
background-color: #BCD0C3;
}
.BgClassName
{
background-color: #BCD0C3;
}
</style>
border-color css
<style>
span { border-color: #BCD0C3; }
span { border-color: rgb(188,208,195); }
td.TdClassName
{
border-color: #BCD0C3;
}
.TagClassName
{
border-color: #BCD0C3;
}
</style>