Shades of Nebula #BCC9C2
Tints of Nebula #BCC9C2
RGB
CMYK
RGB Variations
Color information
#BCC9C2 (or 0xBCC9C2) is known color: Nebula. HEX triplet: BC, C9 and C2. RGB value is (188,201,194). Sum of RGB (Red+Green+Blue) = 188+201+194=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C2 is #43363D. Grayscale: #C4C4C4. Windows color (decimal): -4404798 or 12765628. OLE color: 12765628.
HSL color Cylindrical-coordinate representation of color #BCC9C2: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC9C2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 194 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.21 |
| HSL | 147.69º | 0.11% | 0.76% | - |
| HSV(B) | 147.69º | 0.06% | 0.79% | - |
| XYZ | 51.36 | 56.36 | 59.21 | - |
| YUV | 196.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 194 | 0.06 | 0 | 0.03 | 0.21 | 147.69 | 0.11 | 0.76 |
| Hex | BC | C9 | C2 | 6 | 0 | 3 | 15 | 94 | B | 4C |
| Octal | 274 | 311 | 302 | 6 | 0 | 3 | 25 | 224 | 13 | 114 |
| Binary | 10111100 | 11001001 | 11000010 | 110 | 0 | 11 | 10101 | 10010100 | 1011 | 1001100 |
Color Harmonies of #BCC9C2
Complementary color
Monochromatic Colors of #BCC9C2
Black with #BCC9C2
Text Example
Text Example
White with #BCC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9C2; }
p { color: rgb(188,201,194); }
H1.HeaderClassName
{
color: #BCC9C2;
}
.AnyTagClassName
{
color: #BCC9C2;
}
</style>
background-color css
<style>
a { background-color: #BCC9C2; }
a { background-color: rgb(188,201,194); }
div.DivClassName
{
background-color: #BCC9C2;
}
.BgClassName
{
background-color: #BCC9C2;
}
</style>
border-color css
<style>
span { border-color: #BCC9C2; }
span { border-color: rgb(188,201,194); }
td.TdClassName
{
border-color: #BCC9C2;
}
.TagClassName
{
border-color: #BCC9C2;
}
</style>