Shades of Nebula #BCCEC4
Tints of Nebula #BCCEC4
RGB
CMYK
RGB Variations
Color information
#BCCEC4 (or 0xBCCEC4) is known color: Nebula. HEX triplet: BC, CE and C4. RGB value is (188,206,196). Sum of RGB (Red+Green+Blue) = 188+206+196=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC4 is #43313B. Grayscale: #C7C7C7. Windows color (decimal): -4403516 or 12897980. OLE color: 12897980.
HSL color Cylindrical-coordinate representation of color #BCCEC4: hue angle of 146.67º 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 #BCCEC4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 196 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.19 |
| HSL | 146.67º | 0.16% | 0.77% | - |
| HSV(B) | 146.67º | 0.09% | 0.81% | - |
| XYZ | 52.77 | 58.82 | 60.8 | - |
| YUV | 199.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 196 | 0.09 | 0 | 0.05 | 0.19 | 146.67 | 0.16 | 0.77 |
| Hex | BC | CE | C4 | 9 | 0 | 5 | 13 | 93 | 10 | 4D |
| Octal | 274 | 316 | 304 | 11 | 0 | 5 | 23 | 223 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000100 | 1001 | 0 | 101 | 10011 | 10010011 | 10000 | 1001101 |
Color Harmonies of #BCCEC4
Complementary color
Monochromatic Colors of #BCCEC4
Black with #BCCEC4
Text Example
Text Example
White with #BCCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC4; }
p { color: rgb(188,206,196); }
H1.HeaderClassName
{
color: #BCCEC4;
}
.AnyTagClassName
{
color: #BCCEC4;
}
</style>
background-color css
<style>
a { background-color: #BCCEC4; }
a { background-color: rgb(188,206,196); }
div.DivClassName
{
background-color: #BCCEC4;
}
.BgClassName
{
background-color: #BCCEC4;
}
</style>
border-color css
<style>
span { border-color: #BCCEC4; }
span { border-color: rgb(188,206,196); }
td.TdClassName
{
border-color: #BCCEC4;
}
.TagClassName
{
border-color: #BCCEC4;
}
</style>