Shades of Jet Stream #BECEC7
Tints of Jet Stream #BECEC7
RGB
CMYK
RGB Variations
Color information
#BECEC7 (or 0xBECEC7) is known color: Jet Stream. HEX triplet: BE, CE and C7. RGB value is (190,206,199). Sum of RGB (Red+Green+Blue) = 190+206+199=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC7 is #413138. Grayscale: #C8C8C8. Windows color (decimal): -4272441 or 13094590. OLE color: 13094590.
HSL color Cylindrical-coordinate representation of color #BECEC7: hue angle of 153.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 199 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.19 |
| HSL | 153.75º | 0.14% | 0.78% | - |
| HSV(B) | 153.75º | 0.08% | 0.81% | - |
| XYZ | 53.62 | 59.21 | 62.64 | - |
| YUV | 200.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 199 | 0.08 | 0 | 0.03 | 0.19 | 153.75 | 0.14 | 0.78 |
| Hex | BE | CE | C7 | 8 | 0 | 3 | 13 | 9A | E | 4E |
| Octal | 276 | 316 | 307 | 10 | 0 | 3 | 23 | 232 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11000111 | 1000 | 0 | 11 | 10011 | 10011010 | 1110 | 1001110 |
Color Harmonies of #BECEC7
Complementary color
Monochromatic Colors of #BECEC7
Black with #BECEC7
Text Example
Text Example
White with #BECEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC7; }
p { color: rgb(190,206,199); }
H1.HeaderClassName
{
color: #BECEC7;
}
.AnyTagClassName
{
color: #BECEC7;
}
</style>
background-color css
<style>
a { background-color: #BECEC7; }
a { background-color: rgb(190,206,199); }
div.DivClassName
{
background-color: #BECEC7;
}
.BgClassName
{
background-color: #BECEC7;
}
</style>
border-color css
<style>
span { border-color: #BECEC7; }
span { border-color: rgb(190,206,199); }
td.TdClassName
{
border-color: #BECEC7;
}
.TagClassName
{
border-color: #BECEC7;
}
</style>