Shades of Nebula #BEC9C2
Tints of Nebula #BEC9C2
RGB
CMYK
RGB Variations
Color information
#BEC9C2 (or 0xBEC9C2) is known color: Nebula. HEX triplet: BE, C9 and C2. RGB value is (190,201,194). Sum of RGB (Red+Green+Blue) = 190+201+194=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9C2 is #41363D. Grayscale: #C4C4C4. Windows color (decimal): -4273726 or 12765630. OLE color: 12765630.
HSL color Cylindrical-coordinate representation of color #BEC9C2: hue angle of 141.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC9C2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 190 | 201 | 194 | - |
CMYK | 0.05 | 0 | 0.03 | 0.21 |
HSL | 141.82º | 0.09% | 0.77% | - |
HSV(B) | 141.82º | 0.05% | 0.79% | - |
XYZ | 51.86 | 56.62 | 59.23 | - |
YUV | 196.91 | 126.36 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 201 | 194 | 0.05 | 0 | 0.03 | 0.21 | 141.82 | 0.09 | 0.77 |
Hex | BE | C9 | C2 | 5 | 0 | 3 | 15 | 8E | 9 | 4D |
Octal | 276 | 311 | 302 | 5 | 0 | 3 | 25 | 216 | 11 | 115 |
Binary | 10111110 | 11001001 | 11000010 | 101 | 0 | 11 | 10101 | 10001110 | 1001 | 1001101 |
Color Harmonies of #BEC9C2
Complementary color
Monochromatic Colors of #BEC9C2
Black with #BEC9C2
Text Example
Text Example
White with #BEC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9C2; }
p { color: rgb(190,201,194); }
H1.HeaderClassName
{
color: #BEC9C2;
}
.AnyTagClassName
{
color: #BEC9C2;
}
</style>
background-color css
<style>
a { background-color: #BEC9C2; }
a { background-color: rgb(190,201,194); }
div.DivClassName
{
background-color: #BEC9C2;
}
.BgClassName
{
background-color: #BEC9C2;
}
</style>
border-color css
<style>
span { border-color: #BEC9C2; }
span { border-color: rgb(190,201,194); }
td.TdClassName
{
border-color: #BEC9C2;
}
.TagClassName
{
border-color: #BEC9C2;
}
</style>