Shades of Nebula #BCCEC5
Tints of Nebula #BCCEC5
RGB
CMYK
RGB Variations
Color information
#BCCEC5 (or 0xBCCEC5) is known color: Nebula. HEX triplet: BC, CE and C5. RGB value is (188,206,197). Sum of RGB (Red+Green+Blue) = 188+206+197=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC5 is #43313A. Grayscale: #C7C7C7. Windows color (decimal): -4403515 or 12963516. OLE color: 12963516.
HSL color Cylindrical-coordinate representation of color #BCCEC5: hue angle of 150º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEC5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 197 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 150º | 0.16% | 0.77% | - |
| HSV(B) | 150º | 0.09% | 0.81% | - |
| XYZ | 52.89 | 58.87 | 61.4 | - |
| YUV | 199.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 197 | 0.09 | 0 | 0.04 | 0.19 | 150 | 0.16 | 0.77 |
| Hex | BC | CE | C5 | 9 | 0 | 4 | 13 | 96 | 10 | 4D |
| Octal | 274 | 316 | 305 | 11 | 0 | 4 | 23 | 226 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000101 | 1001 | 0 | 100 | 10011 | 10010110 | 10000 | 1001101 |
Color Harmonies of #BCCEC5
Complementary color
Monochromatic Colors of #BCCEC5
Black with #BCCEC5
Text Example
Text Example
White with #BCCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC5; }
p { color: rgb(188,206,197); }
H1.HeaderClassName
{
color: #BCCEC5;
}
.AnyTagClassName
{
color: #BCCEC5;
}
</style>
background-color css
<style>
a { background-color: #BCCEC5; }
a { background-color: rgb(188,206,197); }
div.DivClassName
{
background-color: #BCCEC5;
}
.BgClassName
{
background-color: #BCCEC5;
}
</style>
border-color css
<style>
span { border-color: #BCCEC5; }
span { border-color: rgb(188,206,197); }
td.TdClassName
{
border-color: #BCCEC5;
}
.TagClassName
{
border-color: #BCCEC5;
}
</style>