Shades of Nebula #BAC3BE
Tints of Nebula #BAC3BE
RGB
CMYK
RGB Variations
Color information
#BAC3BE (or 0xBAC3BE) is known color: Nebula. HEX triplet: BA, C3 and BE. RGB value is (186,195,190). Sum of RGB (Red+Green+Blue) = 186+195+190=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3BE is #453C41. Grayscale: #BFBFBF. Windows color (decimal): -4537410 or 12501946. OLE color: 12501946.
HSL color Cylindrical-coordinate representation of color #BAC3BE: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC3BE is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 195 | 190 | - |
CMYK | 0.05 | 0 | 0.03 | 0.24 |
HSL | 146.67º | 0.07% | 0.75% | - |
HSV(B) | 146.67º | 0.05% | 0.76% | - |
XYZ | 49.06 | 53.19 | 56.4 | - |
YUV | 191.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 195 | 190 | 0.05 | 0 | 0.03 | 0.24 | 146.67 | 0.07 | 0.75 |
Hex | BA | C3 | BE | 5 | 0 | 3 | 18 | 93 | 7 | 4B |
Octal | 272 | 303 | 276 | 5 | 0 | 3 | 30 | 223 | 7 | 113 |
Binary | 10111010 | 11000011 | 10111110 | 101 | 0 | 11 | 11000 | 10010011 | 111 | 1001011 |
Color Harmonies of #BAC3BE
Complementary color
Monochromatic Colors of #BAC3BE
Black with #BAC3BE
Text Example
Text Example
White with #BAC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3BE; }
p { color: rgb(186,195,190); }
H1.HeaderClassName
{
color: #BAC3BE;
}
.AnyTagClassName
{
color: #BAC3BE;
}
</style>
background-color css
<style>
a { background-color: #BAC3BE; }
a { background-color: rgb(186,195,190); }
div.DivClassName
{
background-color: #BAC3BE;
}
.BgClassName
{
background-color: #BAC3BE;
}
</style>
border-color css
<style>
span { border-color: #BAC3BE; }
span { border-color: rgb(186,195,190); }
td.TdClassName
{
border-color: #BAC3BE;
}
.TagClassName
{
border-color: #BAC3BE;
}
</style>