Shades of Nebula #BEC2BF
Tints of Nebula #BEC2BF
RGB
CMYK
RGB Variations
Color information
#BEC2BF (or 0xBEC2BF) is known color: Nebula. HEX triplet: BE, C2 and BF. RGB value is (190,194,191). Sum of RGB (Red+Green+Blue) = 190+194+191=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BF is #413D40. Grayscale: #C0C0C0. Windows color (decimal): -4275521 or 12567230. OLE color: 12567230.
HSL color Cylindrical-coordinate representation of color #BEC2BF: hue angle of 135º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEC2BF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 191 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.24 |
| HSL | 135º | 0.03% | 0.75% | - |
| HSV(B) | 135º | 0.02% | 0.76% | - |
| XYZ | 49.93 | 53.29 | 56.95 | - |
| YUV | 192.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 191 | 0.02 | 0 | 0.02 | 0.24 | 135 | 0.03 | 0.75 |
| Hex | BE | C2 | BF | 2 | 0 | 2 | 18 | 87 | 3 | 4B |
| Octal | 276 | 302 | 277 | 2 | 0 | 2 | 30 | 207 | 3 | 113 |
| Binary | 10111110 | 11000010 | 10111111 | 10 | 0 | 10 | 11000 | 10000111 | 11 | 1001011 |
Color Harmonies of #BEC2BF
Complementary color
Monochromatic Colors of #BEC2BF
Black with #BEC2BF
Text Example
Text Example
White with #BEC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2BF; }
p { color: rgb(190,194,191); }
H1.HeaderClassName
{
color: #BEC2BF;
}
.AnyTagClassName
{
color: #BEC2BF;
}
</style>
background-color css
<style>
a { background-color: #BEC2BF; }
a { background-color: rgb(190,194,191); }
div.DivClassName
{
background-color: #BEC2BF;
}
.BgClassName
{
background-color: #BEC2BF;
}
</style>
border-color css
<style>
span { border-color: #BEC2BF; }
span { border-color: rgb(190,194,191); }
td.TdClassName
{
border-color: #BEC2BF;
}
.TagClassName
{
border-color: #BEC2BF;
}
</style>