Shades of Jet Stream #BECAC7
Tints of Jet Stream #BECAC7
RGB
CMYK
RGB Variations
Color information
#BECAC7 (or 0xBECAC7) is known color: Jet Stream. HEX triplet: BE, CA and C7. RGB value is (190,202,199). Sum of RGB (Red+Green+Blue) = 190+202+199=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC7 is #413538. Grayscale: #C6C6C6. Windows color (decimal): -4273465 or 13093566. OLE color: 13093566.
HSL color Cylindrical-coordinate representation of color #BECAC7: hue angle of 165º 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 #BECAC7 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 199 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.21 |
| HSL | 165º | 0.1% | 0.77% | - |
| HSV(B) | 165º | 0.06% | 0.79% | - |
| XYZ | 52.66 | 57.31 | 62.32 | - |
| YUV | 198.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 199 | 0.06 | 0 | 0.01 | 0.21 | 165 | 0.1 | 0.77 |
| Hex | BE | CA | C7 | 6 | 0 | 1 | 15 | A5 | A | 4D |
| Octal | 276 | 312 | 307 | 6 | 0 | 1 | 25 | 245 | 12 | 115 |
| Binary | 10111110 | 11001010 | 11000111 | 110 | 0 | 1 | 10101 | 10100101 | 1010 | 1001101 |
Color Harmonies of #BECAC7
Complementary color
Monochromatic Colors of #BECAC7
Black with #BECAC7
Text Example
Text Example
White with #BECAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC7; }
p { color: rgb(190,202,199); }
H1.HeaderClassName
{
color: #BECAC7;
}
.AnyTagClassName
{
color: #BECAC7;
}
</style>
background-color css
<style>
a { background-color: #BECAC7; }
a { background-color: rgb(190,202,199); }
div.DivClassName
{
background-color: #BECAC7;
}
.BgClassName
{
background-color: #BECAC7;
}
</style>
border-color css
<style>
span { border-color: #BECAC7; }
span { border-color: rgb(190,202,199); }
td.TdClassName
{
border-color: #BECAC7;
}
.TagClassName
{
border-color: #BECAC7;
}
</style>