Shades of Nebula #BECBC3
Tints of Nebula #BECBC3
RGB
CMYK
RGB Variations
Color information
#BECBC3 (or 0xBECBC3) is known color: Nebula. HEX triplet: BE, CB and C3. RGB value is (190,203,195). Sum of RGB (Red+Green+Blue) = 190+203+195=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBC3 is #41343C. Grayscale: #C6C6C6. Windows color (decimal): -4273213 or 12831678. OLE color: 12831678.
HSL color Cylindrical-coordinate representation of color #BECBC3: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECBC3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 195 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.20 |
| HSL | 143.08º | 0.11% | 0.77% | - |
| HSV(B) | 143.08º | 0.06% | 0.8% | - |
| XYZ | 52.44 | 57.6 | 59.98 | - |
| YUV | 198.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 195 | 0.06 | 0 | 0.04 | 0.20 | 143.08 | 0.11 | 0.77 |
| Hex | BE | CB | C3 | 6 | 0 | 4 | 14 | 8F | B | 4D |
| Octal | 276 | 313 | 303 | 6 | 0 | 4 | 24 | 217 | 13 | 115 |
| Binary | 10111110 | 11001011 | 11000011 | 110 | 0 | 100 | 10100 | 10001111 | 1011 | 1001101 |
Color Harmonies of #BECBC3
Complementary color
Monochromatic Colors of #BECBC3
Black with #BECBC3
Text Example
Text Example
White with #BECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBC3; }
p { color: rgb(190,203,195); }
H1.HeaderClassName
{
color: #BECBC3;
}
.AnyTagClassName
{
color: #BECBC3;
}
</style>
background-color css
<style>
a { background-color: #BECBC3; }
a { background-color: rgb(190,203,195); }
div.DivClassName
{
background-color: #BECBC3;
}
.BgClassName
{
background-color: #BECBC3;
}
</style>
border-color css
<style>
span { border-color: #BECBC3; }
span { border-color: rgb(190,203,195); }
td.TdClassName
{
border-color: #BECBC3;
}
.TagClassName
{
border-color: #BECBC3;
}
</style>