Shades of Nebula #BECEC5
Tints of Nebula #BECEC5
RGB
CMYK
RGB Variations
Color information
#BECEC5 (or 0xBECEC5) is known color: Nebula. HEX triplet: BE, CE and C5. RGB value is (190,206,197). Sum of RGB (Red+Green+Blue) = 190+206+197=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC5 is #41313A. Grayscale: #C8C8C8. Windows color (decimal): -4272443 or 12963518. OLE color: 12963518.
HSL color Cylindrical-coordinate representation of color #BECEC5: hue angle of 146.25º 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 #BECEC5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 197 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 146.25º | 0.14% | 0.78% | - |
| HSV(B) | 146.25º | 0.08% | 0.81% | - |
| XYZ | 53.38 | 59.12 | 61.42 | - |
| YUV | 200.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 197 | 0.08 | 0 | 0.04 | 0.19 | 146.25 | 0.14 | 0.78 |
| Hex | BE | CE | C5 | 8 | 0 | 4 | 13 | 92 | E | 4E |
| Octal | 276 | 316 | 305 | 10 | 0 | 4 | 23 | 222 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11000101 | 1000 | 0 | 100 | 10011 | 10010010 | 1110 | 1001110 |
Color Harmonies of #BECEC5
Complementary color
Monochromatic Colors of #BECEC5
Black with #BECEC5
Text Example
Text Example
White with #BECEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC5; }
p { color: rgb(190,206,197); }
H1.HeaderClassName
{
color: #BECEC5;
}
.AnyTagClassName
{
color: #BECEC5;
}
</style>
background-color css
<style>
a { background-color: #BECEC5; }
a { background-color: rgb(190,206,197); }
div.DivClassName
{
background-color: #BECEC5;
}
.BgClassName
{
background-color: #BECEC5;
}
</style>
border-color css
<style>
span { border-color: #BECEC5; }
span { border-color: rgb(190,206,197); }
td.TdClassName
{
border-color: #BECEC5;
}
.TagClassName
{
border-color: #BECEC5;
}
</style>