Shades of Nebula #BEC1BF
Tints of Nebula #BEC1BF
RGB
CMYK
RGB Variations
Color information
#BEC1BF (or 0xBEC1BF) is known color: Nebula. HEX triplet: BE, C1 and BF. RGB value is (190,193,191). Sum of RGB (Red+Green+Blue) = 190+193+191=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BF is #413E40. Grayscale: #BFBFBF. Windows color (decimal): -4275777 or 12566974. OLE color: 12566974.
HSL color Cylindrical-coordinate representation of color #BEC1BF: hue angle of 140º degrees, saturation: 0.02, 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 #BEC1BF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 191 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.24 |
| HSL | 140º | 0.02% | 0.75% | - |
| HSV(B) | 140º | 0.02% | 0.76% | - |
| XYZ | 49.71 | 52.85 | 56.87 | - |
| YUV | 191.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 191 | 0.02 | 0 | 0.01 | 0.24 | 140 | 0.02 | 0.75 |
| Hex | BE | C1 | BF | 2 | 0 | 1 | 18 | 8C | 2 | 4B |
| Octal | 276 | 301 | 277 | 2 | 0 | 1 | 30 | 214 | 2 | 113 |
| Binary | 10111110 | 11000001 | 10111111 | 10 | 0 | 1 | 11000 | 10001100 | 10 | 1001011 |
Color Harmonies of #BEC1BF
Complementary color
Monochromatic Colors of #BEC1BF
Black with #BEC1BF
Text Example
Text Example
White with #BEC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1BF; }
p { color: rgb(190,193,191); }
H1.HeaderClassName
{
color: #BEC1BF;
}
.AnyTagClassName
{
color: #BEC1BF;
}
</style>
background-color css
<style>
a { background-color: #BEC1BF; }
a { background-color: rgb(190,193,191); }
div.DivClassName
{
background-color: #BEC1BF;
}
.BgClassName
{
background-color: #BEC1BF;
}
</style>
border-color css
<style>
span { border-color: #BEC1BF; }
span { border-color: rgb(190,193,191); }
td.TdClassName
{
border-color: #BEC1BF;
}
.TagClassName
{
border-color: #BEC1BF;
}
</style>