Shades of Nebula #BECFC6
Tints of Nebula #BECFC6
RGB
CMYK
RGB Variations
Color information
#BECFC6 (or 0xBECFC6) is known color: Nebula. HEX triplet: BE, CF and C6. RGB value is (190,207,198). Sum of RGB (Red+Green+Blue) = 190+207+198=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC6 is #413039. Grayscale: #C8C8C8. Windows color (decimal): -4272186 or 13029310. OLE color: 13029310.
HSL color Cylindrical-coordinate representation of color #BECFC6: hue angle of 148.24º degrees, saturation: 0.15, 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 #BECFC6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 198 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 148.24º | 0.15% | 0.78% | - |
| HSV(B) | 148.24º | 0.08% | 0.81% | - |
| XYZ | 53.74 | 59.65 | 62.11 | - |
| YUV | 200.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 198 | 0.08 | 0 | 0.04 | 0.19 | 148.24 | 0.15 | 0.78 |
| Hex | BE | CF | C6 | 8 | 0 | 4 | 13 | 94 | F | 4E |
| Octal | 276 | 317 | 306 | 10 | 0 | 4 | 23 | 224 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000110 | 1000 | 0 | 100 | 10011 | 10010100 | 1111 | 1001110 |
Color Harmonies of #BECFC6
Complementary color
Monochromatic Colors of #BECFC6
Black with #BECFC6
Text Example
Text Example
White with #BECFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC6; }
p { color: rgb(190,207,198); }
H1.HeaderClassName
{
color: #BECFC6;
}
.AnyTagClassName
{
color: #BECFC6;
}
</style>
background-color css
<style>
a { background-color: #BECFC6; }
a { background-color: rgb(190,207,198); }
div.DivClassName
{
background-color: #BECFC6;
}
.BgClassName
{
background-color: #BECFC6;
}
</style>
border-color css
<style>
span { border-color: #BECFC6; }
span { border-color: rgb(190,207,198); }
td.TdClassName
{
border-color: #BECFC6;
}
.TagClassName
{
border-color: #BECFC6;
}
</style>