Shades of Nebula #BECAC3
Tints of Nebula #BECAC3
RGB
CMYK
RGB Variations
Color information
#BECAC3 (or 0xBECAC3) is known color: Nebula. HEX triplet: BE, CA and C3. RGB value is (190,202,195). Sum of RGB (Red+Green+Blue) = 190+202+195=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC3 is #41353C. Grayscale: #C5C5C5. Windows color (decimal): -4273469 or 12831422. OLE color: 12831422.
HSL color Cylindrical-coordinate representation of color #BECAC3: hue angle of 145º 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 #BECAC3 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 195 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.21 |
| HSL | 145º | 0.1% | 0.77% | - |
| HSV(B) | 145º | 0.06% | 0.79% | - |
| XYZ | 52.21 | 57.13 | 59.91 | - |
| YUV | 197.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 195 | 0.06 | 0 | 0.03 | 0.21 | 145 | 0.1 | 0.77 |
| Hex | BE | CA | C3 | 6 | 0 | 3 | 15 | 91 | A | 4D |
| Octal | 276 | 312 | 303 | 6 | 0 | 3 | 25 | 221 | 12 | 115 |
| Binary | 10111110 | 11001010 | 11000011 | 110 | 0 | 11 | 10101 | 10010001 | 1010 | 1001101 |
Color Harmonies of #BECAC3
Complementary color
Monochromatic Colors of #BECAC3
Black with #BECAC3
Text Example
Text Example
White with #BECAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC3; }
p { color: rgb(190,202,195); }
H1.HeaderClassName
{
color: #BECAC3;
}
.AnyTagClassName
{
color: #BECAC3;
}
</style>
background-color css
<style>
a { background-color: #BECAC3; }
a { background-color: rgb(190,202,195); }
div.DivClassName
{
background-color: #BECAC3;
}
.BgClassName
{
background-color: #BECAC3;
}
</style>
border-color css
<style>
span { border-color: #BECAC3; }
span { border-color: rgb(190,202,195); }
td.TdClassName
{
border-color: #BECAC3;
}
.TagClassName
{
border-color: #BECAC3;
}
</style>