Shades of Nebula #BCCEC2
Tints of Nebula #BCCEC2
RGB
CMYK
RGB Variations
Color information
#BCCEC2 (or 0xBCCEC2) is known color: Nebula. HEX triplet: BC, CE and C2. RGB value is (188,206,194). Sum of RGB (Red+Green+Blue) = 188+206+194=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC2 is #43313D. Grayscale: #C7C7C7. Windows color (decimal): -4403518 or 12766908. OLE color: 12766908.
HSL color Cylindrical-coordinate representation of color #BCCEC2: hue angle of 140º 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 #BCCEC2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 194 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.19 |
| HSL | 140º | 0.16% | 0.77% | - |
| HSV(B) | 140º | 0.09% | 0.81% | - |
| XYZ | 52.55 | 58.73 | 59.61 | - |
| YUV | 199.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 194 | 0.09 | 0 | 0.06 | 0.19 | 140 | 0.16 | 0.77 |
| Hex | BC | CE | C2 | 9 | 0 | 6 | 13 | 8C | 10 | 4D |
| Octal | 274 | 316 | 302 | 11 | 0 | 6 | 23 | 214 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000010 | 1001 | 0 | 110 | 10011 | 10001100 | 10000 | 1001101 |
Color Harmonies of #BCCEC2
Complementary color
Monochromatic Colors of #BCCEC2
Black with #BCCEC2
Text Example
Text Example
White with #BCCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC2; }
p { color: rgb(188,206,194); }
H1.HeaderClassName
{
color: #BCCEC2;
}
.AnyTagClassName
{
color: #BCCEC2;
}
</style>
background-color css
<style>
a { background-color: #BCCEC2; }
a { background-color: rgb(188,206,194); }
div.DivClassName
{
background-color: #BCCEC2;
}
.BgClassName
{
background-color: #BCCEC2;
}
</style>
border-color css
<style>
span { border-color: #BCCEC2; }
span { border-color: rgb(188,206,194); }
td.TdClassName
{
border-color: #BCCEC2;
}
.TagClassName
{
border-color: #BCCEC2;
}
</style>