Shades of Nebula #BECEC6
Tints of Nebula #BECEC6
RGB
CMYK
RGB Variations
Color information
#BECEC6 (or 0xBECEC6) is known color: Nebula. HEX triplet: BE, CE and C6. RGB value is (190,206,198). Sum of RGB (Red+Green+Blue) = 190+206+198=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC6 is #413139. Grayscale: #C8C8C8. Windows color (decimal): -4272442 or 13029054. OLE color: 13029054.
HSL color Cylindrical-coordinate representation of color #BECEC6: hue angle of 150º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 198 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 150º | 0.14% | 0.78% | - |
| HSV(B) | 150º | 0.08% | 0.81% | - |
| XYZ | 53.5 | 59.17 | 62.03 | - |
| YUV | 200.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 198 | 0.08 | 0 | 0.04 | 0.19 | 150 | 0.14 | 0.78 |
| Hex | BE | CE | C6 | 8 | 0 | 4 | 13 | 96 | E | 4E |
| Octal | 276 | 316 | 306 | 10 | 0 | 4 | 23 | 226 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11000110 | 1000 | 0 | 100 | 10011 | 10010110 | 1110 | 1001110 |
Color Harmonies of #BECEC6
Complementary color
Monochromatic Colors of #BECEC6
Black with #BECEC6
Text Example
Text Example
White with #BECEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC6; }
p { color: rgb(190,206,198); }
H1.HeaderClassName
{
color: #BECEC6;
}
.AnyTagClassName
{
color: #BECEC6;
}
</style>
background-color css
<style>
a { background-color: #BECEC6; }
a { background-color: rgb(190,206,198); }
div.DivClassName
{
background-color: #BECEC6;
}
.BgClassName
{
background-color: #BECEC6;
}
</style>
border-color css
<style>
span { border-color: #BECEC6; }
span { border-color: rgb(190,206,198); }
td.TdClassName
{
border-color: #BECEC6;
}
.TagClassName
{
border-color: #BECEC6;
}
</style>