Shades of Nebula #BECEC3
Tints of Nebula #BECEC3
RGB
CMYK
RGB Variations
Color information
#BECEC3 (or 0xBECEC3) is known color: Nebula. HEX triplet: BE, CE and C3. RGB value is (190,206,195). Sum of RGB (Red+Green+Blue) = 190+206+195=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC3 is #41313C. Grayscale: #C7C7C7. Windows color (decimal): -4272445 or 12832446. OLE color: 12832446.
HSL color Cylindrical-coordinate representation of color #BECEC3: hue angle of 138.75º 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 #BECEC3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 195 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.19 |
| HSL | 138.75º | 0.14% | 0.78% | - |
| HSV(B) | 138.75º | 0.08% | 0.81% | - |
| XYZ | 53.16 | 59.03 | 60.22 | - |
| YUV | 199.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 195 | 0.08 | 0 | 0.05 | 0.19 | 138.75 | 0.14 | 0.78 |
| Hex | BE | CE | C3 | 8 | 0 | 5 | 13 | 8B | E | 4E |
| Octal | 276 | 316 | 303 | 10 | 0 | 5 | 23 | 213 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11000011 | 1000 | 0 | 101 | 10011 | 10001011 | 1110 | 1001110 |
Color Harmonies of #BECEC3
Complementary color
Monochromatic Colors of #BECEC3
Black with #BECEC3
Text Example
Text Example
White with #BECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC3; }
p { color: rgb(190,206,195); }
H1.HeaderClassName
{
color: #BECEC3;
}
.AnyTagClassName
{
color: #BECEC3;
}
</style>
background-color css
<style>
a { background-color: #BECEC3; }
a { background-color: rgb(190,206,195); }
div.DivClassName
{
background-color: #BECEC3;
}
.BgClassName
{
background-color: #BECEC3;
}
</style>
border-color css
<style>
span { border-color: #BECEC3; }
span { border-color: rgb(190,206,195); }
td.TdClassName
{
border-color: #BECEC3;
}
.TagClassName
{
border-color: #BECEC3;
}
</style>