Shades of Nebula #BCCEC3
Tints of Nebula #BCCEC3
RGB
CMYK
RGB Variations
Color information
#BCCEC3 (or 0xBCCEC3) is known color: Nebula. HEX triplet: BC, CE and C3. RGB value is (188,206,195). Sum of RGB (Red+Green+Blue) = 188+206+195=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC3 is #43313C. Grayscale: #C7C7C7. Windows color (decimal): -4403517 or 12832444. OLE color: 12832444.
HSL color Cylindrical-coordinate representation of color #BCCEC3: hue angle of 143.33º 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 #BCCEC3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 195 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.19 |
| HSL | 143.33º | 0.16% | 0.77% | - |
| HSV(B) | 143.33º | 0.09% | 0.81% | - |
| XYZ | 52.66 | 58.77 | 60.2 | - |
| YUV | 199.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 195 | 0.09 | 0 | 0.05 | 0.19 | 143.33 | 0.16 | 0.77 |
| Hex | BC | CE | C3 | 9 | 0 | 5 | 13 | 8F | 10 | 4D |
| Octal | 274 | 316 | 303 | 11 | 0 | 5 | 23 | 217 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000011 | 1001 | 0 | 101 | 10011 | 10001111 | 10000 | 1001101 |
Color Harmonies of #BCCEC3
Complementary color
Monochromatic Colors of #BCCEC3
Black with #BCCEC3
Text Example
Text Example
White with #BCCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC3; }
p { color: rgb(188,206,195); }
H1.HeaderClassName
{
color: #BCCEC3;
}
.AnyTagClassName
{
color: #BCCEC3;
}
</style>
background-color css
<style>
a { background-color: #BCCEC3; }
a { background-color: rgb(188,206,195); }
div.DivClassName
{
background-color: #BCCEC3;
}
.BgClassName
{
background-color: #BCCEC3;
}
</style>
border-color css
<style>
span { border-color: #BCCEC3; }
span { border-color: rgb(188,206,195); }
td.TdClassName
{
border-color: #BCCEC3;
}
.TagClassName
{
border-color: #BCCEC3;
}
</style>