Shades of Nebula #BECAC2
Tints of Nebula #BECAC2
RGB
CMYK
RGB Variations
Color information
#BECAC2 (or 0xBECAC2) is known color: Nebula. HEX triplet: BE, CA and C2. RGB value is (190,202,194). Sum of RGB (Red+Green+Blue) = 190+202+194=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC2 is #41353D. Grayscale: #C5C5C5. Windows color (decimal): -4273470 or 12765886. OLE color: 12765886.
HSL color Cylindrical-coordinate representation of color #BECAC2: hue angle of 140º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 190 | 202 | 194 | - |
CMYK | 0.06 | 0 | 0.04 | 0.21 |
HSL | 140º | 0.1% | 0.77% | - |
HSV(B) | 140º | 0.06% | 0.79% | - |
XYZ | 52.09 | 57.08 | 59.31 | - |
YUV | 197.5 | 126.02 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 194 | 0.06 | 0 | 0.04 | 0.21 | 140 | 0.1 | 0.77 |
Hex | BE | CA | C2 | 6 | 0 | 4 | 15 | 8C | A | 4D |
Octal | 276 | 312 | 302 | 6 | 0 | 4 | 25 | 214 | 12 | 115 |
Binary | 10111110 | 11001010 | 11000010 | 110 | 0 | 100 | 10101 | 10001100 | 1010 | 1001101 |
Color Harmonies of #BECAC2
Complementary color
Monochromatic Colors of #BECAC2
Black with #BECAC2
Text Example
Text Example
White with #BECAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC2; }
p { color: rgb(190,202,194); }
H1.HeaderClassName
{
color: #BECAC2;
}
.AnyTagClassName
{
color: #BECAC2;
}
</style>
background-color css
<style>
a { background-color: #BECAC2; }
a { background-color: rgb(190,202,194); }
div.DivClassName
{
background-color: #BECAC2;
}
.BgClassName
{
background-color: #BECAC2;
}
</style>
border-color css
<style>
span { border-color: #BECAC2; }
span { border-color: rgb(190,202,194); }
td.TdClassName
{
border-color: #BECAC2;
}
.TagClassName
{
border-color: #BECAC2;
}
</style>