Shades of Jet Stream #BECFC7
Tints of Jet Stream #BECFC7
RGB
CMYK
RGB Variations
Color information
#BECFC7 (or 0xBECFC7) is known color: Jet Stream. HEX triplet: BE, CF and C7. RGB value is (190,207,199). Sum of RGB (Red+Green+Blue) = 190+207+199=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC7 is #413038. Grayscale: #C9C9C9. Windows color (decimal): -4272185 or 13094846. OLE color: 13094846.
HSL color Cylindrical-coordinate representation of color #BECFC7: hue angle of 151.76º degrees, saturation: 0.15, 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 #BECFC7 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 199 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 151.76º | 0.15% | 0.78% | - |
| HSV(B) | 151.76º | 0.08% | 0.81% | - |
| XYZ | 53.86 | 59.7 | 62.72 | - |
| YUV | 201.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 199 | 0.08 | 0 | 0.04 | 0.19 | 151.76 | 0.15 | 0.78 |
| Hex | BE | CF | C7 | 8 | 0 | 4 | 13 | 98 | F | 4E |
| Octal | 276 | 317 | 307 | 10 | 0 | 4 | 23 | 230 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000111 | 1000 | 0 | 100 | 10011 | 10011000 | 1111 | 1001110 |
Color Harmonies of #BECFC7
Complementary color
Monochromatic Colors of #BECFC7
Black with #BECFC7
Text Example
Text Example
White with #BECFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC7; }
p { color: rgb(190,207,199); }
H1.HeaderClassName
{
color: #BECFC7;
}
.AnyTagClassName
{
color: #BECFC7;
}
</style>
background-color css
<style>
a { background-color: #BECFC7; }
a { background-color: rgb(190,207,199); }
div.DivClassName
{
background-color: #BECFC7;
}
.BgClassName
{
background-color: #BECFC7;
}
</style>
border-color css
<style>
span { border-color: #BECFC7; }
span { border-color: rgb(190,207,199); }
td.TdClassName
{
border-color: #BECFC7;
}
.TagClassName
{
border-color: #BECFC7;
}
</style>