Shades of Nebula #BACFC4
Tints of Nebula #BACFC4
RGB
CMYK
RGB Variations
Color information
#BACFC4 (or 0xBACFC4) is known color: Nebula. HEX triplet: BA, CF and C4. RGB value is (186,207,196). Sum of RGB (Red+Green+Blue) = 186+207+196=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC4 is #45303B. Grayscale: #C7C7C7. Windows color (decimal): -4534332 or 12898234. OLE color: 12898234.
HSL color Cylindrical-coordinate representation of color #BACFC4: hue angle of 148.57º 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 #BACFC4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 196 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 148.57º | 0.18% | 0.77% | - |
| HSV(B) | 148.57º | 0.1% | 0.81% | - |
| XYZ | 52.53 | 59.05 | 60.85 | - |
| YUV | 199.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 196 | 0.10 | 0 | 0.05 | 0.19 | 148.57 | 0.18 | 0.77 |
| Hex | BA | CF | C4 | A | 0 | 5 | 13 | 95 | 12 | 4D |
| Octal | 272 | 317 | 304 | 12 | 0 | 5 | 23 | 225 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000100 | 1010 | 0 | 101 | 10011 | 10010101 | 10010 | 1001101 |
Color Harmonies of #BACFC4
Complementary color
Monochromatic Colors of #BACFC4
Black with #BACFC4
Text Example
Text Example
White with #BACFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC4; }
p { color: rgb(186,207,196); }
H1.HeaderClassName
{
color: #BACFC4;
}
.AnyTagClassName
{
color: #BACFC4;
}
</style>
background-color css
<style>
a { background-color: #BACFC4; }
a { background-color: rgb(186,207,196); }
div.DivClassName
{
background-color: #BACFC4;
}
.BgClassName
{
background-color: #BACFC4;
}
</style>
border-color css
<style>
span { border-color: #BACFC4; }
span { border-color: rgb(186,207,196); }
td.TdClassName
{
border-color: #BACFC4;
}
.TagClassName
{
border-color: #BACFC4;
}
</style>