Shades of Nebula #BECFC4
Tints of Nebula #BECFC4
RGB
CMYK
RGB Variations
Color information
#BECFC4 (or 0xBECFC4) is known color: Nebula. HEX triplet: BE, CF and C4. RGB value is (190,207,196). Sum of RGB (Red+Green+Blue) = 190+207+196=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC4 is #41303B. Grayscale: #C8C8C8. Windows color (decimal): -4272188 or 12898238. OLE color: 12898238.
HSL color Cylindrical-coordinate representation of color #BECFC4: hue angle of 141.18º 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 #BECFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 196 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.19 |
| HSL | 141.18º | 0.15% | 0.78% | - |
| HSV(B) | 141.18º | 0.08% | 0.81% | - |
| XYZ | 53.51 | 59.56 | 60.9 | - |
| YUV | 200.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 196 | 0.08 | 0 | 0.05 | 0.19 | 141.18 | 0.15 | 0.78 |
| Hex | BE | CF | C4 | 8 | 0 | 5 | 13 | 8D | F | 4E |
| Octal | 276 | 317 | 304 | 10 | 0 | 5 | 23 | 215 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000100 | 1000 | 0 | 101 | 10011 | 10001101 | 1111 | 1001110 |
Color Harmonies of #BECFC4
Complementary color
Monochromatic Colors of #BECFC4
Black with #BECFC4
Text Example
Text Example
White with #BECFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC4; }
p { color: rgb(190,207,196); }
H1.HeaderClassName
{
color: #BECFC4;
}
.AnyTagClassName
{
color: #BECFC4;
}
</style>
background-color css
<style>
a { background-color: #BECFC4; }
a { background-color: rgb(190,207,196); }
div.DivClassName
{
background-color: #BECFC4;
}
.BgClassName
{
background-color: #BECFC4;
}
</style>
border-color css
<style>
span { border-color: #BECFC4; }
span { border-color: rgb(190,207,196); }
td.TdClassName
{
border-color: #BECFC4;
}
.TagClassName
{
border-color: #BECFC4;
}
</style>