Shades of Nebula #BEC9C3
Tints of Nebula #BEC9C3
RGB
CMYK
RGB Variations
Color information
#BEC9C3 (or 0xBEC9C3) is known color: Nebula. HEX triplet: BE, C9 and C3. RGB value is (190,201,195). Sum of RGB (Red+Green+Blue) = 190+201+195=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9C3 is #41363C. Grayscale: #C5C5C5. Windows color (decimal): -4273725 or 12831166. OLE color: 12831166.
HSL color Cylindrical-coordinate representation of color #BEC9C3: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC9C3 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 195 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.21 |
| HSL | 147.27º | 0.09% | 0.77% | - |
| HSV(B) | 147.27º | 0.05% | 0.79% | - |
| XYZ | 51.97 | 56.66 | 59.83 | - |
| YUV | 197.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 195 | 0.05 | 0 | 0.03 | 0.21 | 147.27 | 0.09 | 0.77 |
| Hex | BE | C9 | C3 | 5 | 0 | 3 | 15 | 93 | 9 | 4D |
| Octal | 276 | 311 | 303 | 5 | 0 | 3 | 25 | 223 | 11 | 115 |
| Binary | 10111110 | 11001001 | 11000011 | 101 | 0 | 11 | 10101 | 10010011 | 1001 | 1001101 |
Color Harmonies of #BEC9C3
Complementary color
Monochromatic Colors of #BEC9C3
Black with #BEC9C3
Text Example
Text Example
White with #BEC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9C3; }
p { color: rgb(190,201,195); }
H1.HeaderClassName
{
color: #BEC9C3;
}
.AnyTagClassName
{
color: #BEC9C3;
}
</style>
background-color css
<style>
a { background-color: #BEC9C3; }
a { background-color: rgb(190,201,195); }
div.DivClassName
{
background-color: #BEC9C3;
}
.BgClassName
{
background-color: #BEC9C3;
}
</style>
border-color css
<style>
span { border-color: #BEC9C3; }
span { border-color: rgb(190,201,195); }
td.TdClassName
{
border-color: #BEC9C3;
}
.TagClassName
{
border-color: #BEC9C3;
}
</style>