Shades of Nebula #BCCAC2
Tints of Nebula #BCCAC2
RGB
CMYK
RGB Variations
Color information
#BCCAC2 (or 0xBCCAC2) is known color: Nebula. HEX triplet: BC, CA and C2. RGB value is (188,202,194). Sum of RGB (Red+Green+Blue) = 188+202+194=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC2 is #43353D. Grayscale: #C4C4C4. Windows color (decimal): -4404542 or 12765884. OLE color: 12765884.
HSL color Cylindrical-coordinate representation of color #BCCAC2: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCAC2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 194 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.21 |
| HSL | 145.71º | 0.12% | 0.76% | - |
| HSV(B) | 145.71º | 0.07% | 0.79% | - |
| XYZ | 51.6 | 56.83 | 59.29 | - |
| YUV | 196.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 194 | 0.07 | 0 | 0.04 | 0.21 | 145.71 | 0.12 | 0.76 |
| Hex | BC | CA | C2 | 7 | 0 | 4 | 15 | 92 | C | 4C |
| Octal | 274 | 312 | 302 | 7 | 0 | 4 | 25 | 222 | 14 | 114 |
| Binary | 10111100 | 11001010 | 11000010 | 111 | 0 | 100 | 10101 | 10010010 | 1100 | 1001100 |
Color Harmonies of #BCCAC2
Complementary color
Monochromatic Colors of #BCCAC2
Black with #BCCAC2
Text Example
Text Example
White with #BCCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAC2; }
p { color: rgb(188,202,194); }
H1.HeaderClassName
{
color: #BCCAC2;
}
.AnyTagClassName
{
color: #BCCAC2;
}
</style>
background-color css
<style>
a { background-color: #BCCAC2; }
a { background-color: rgb(188,202,194); }
div.DivClassName
{
background-color: #BCCAC2;
}
.BgClassName
{
background-color: #BCCAC2;
}
</style>
border-color css
<style>
span { border-color: #BCCAC2; }
span { border-color: rgb(188,202,194); }
td.TdClassName
{
border-color: #BCCAC2;
}
.TagClassName
{
border-color: #BCCAC2;
}
</style>