Shades of Nebula #BACFC3
Tints of Nebula #BACFC3
RGB
CMYK
RGB Variations
Color information
#BACFC3 (or 0xBACFC3) is known color: Nebula. HEX triplet: BA, CF and C3. RGB value is (186,207,195). Sum of RGB (Red+Green+Blue) = 186+207+195=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC3 is #45303C. Grayscale: #C7C7C7. Windows color (decimal): -4534333 or 12832698. OLE color: 12832698.
HSL color Cylindrical-coordinate representation of color #BACFC3: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFC3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 195 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.19 |
| HSL | 145.71º | 0.18% | 0.77% | - |
| HSV(B) | 145.71º | 0.1% | 0.81% | - |
| XYZ | 52.41 | 59 | 60.26 | - |
| YUV | 199.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 195 | 0.10 | 0 | 0.06 | 0.19 | 145.71 | 0.18 | 0.77 |
| Hex | BA | CF | C3 | A | 0 | 6 | 13 | 92 | 12 | 4D |
| Octal | 272 | 317 | 303 | 12 | 0 | 6 | 23 | 222 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000011 | 1010 | 0 | 110 | 10011 | 10010010 | 10010 | 1001101 |
Color Harmonies of #BACFC3
Complementary color
Monochromatic Colors of #BACFC3
Black with #BACFC3
Text Example
Text Example
White with #BACFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC3; }
p { color: rgb(186,207,195); }
H1.HeaderClassName
{
color: #BACFC3;
}
.AnyTagClassName
{
color: #BACFC3;
}
</style>
background-color css
<style>
a { background-color: #BACFC3; }
a { background-color: rgb(186,207,195); }
div.DivClassName
{
background-color: #BACFC3;
}
.BgClassName
{
background-color: #BACFC3;
}
</style>
border-color css
<style>
span { border-color: #BACFC3; }
span { border-color: rgb(186,207,195); }
td.TdClassName
{
border-color: #BACFC3;
}
.TagClassName
{
border-color: #BACFC3;
}
</style>