Shades of Jet Stream #BECFC9
Tints of Jet Stream #BECFC9
RGB
CMYK
RGB Variations
Color information
#BECFC9 (or 0xBECFC9) is known color: Jet Stream. HEX triplet: BE, CF and C9. RGB value is (190,207,201). Sum of RGB (Red+Green+Blue) = 190+207+201=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC9 is #413036. Grayscale: #C9C9C9. Windows color (decimal): -4272183 or 13225918. OLE color: 13225918.
HSL color Cylindrical-coordinate representation of color #BECFC9: hue angle of 158.82º 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 #BECFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 201 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.19 |
| HSL | 158.82º | 0.15% | 0.78% | - |
| HSV(B) | 158.82º | 0.08% | 0.81% | - |
| XYZ | 54.09 | 59.79 | 63.95 | - |
| YUV | 201.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 201 | 0.08 | 0 | 0.03 | 0.19 | 158.82 | 0.15 | 0.78 |
| Hex | BE | CF | C9 | 8 | 0 | 3 | 13 | 9F | F | 4E |
| Octal | 276 | 317 | 311 | 10 | 0 | 3 | 23 | 237 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11001001 | 1000 | 0 | 11 | 10011 | 10011111 | 1111 | 1001110 |
Color Harmonies of #BECFC9
Complementary color
Monochromatic Colors of #BECFC9
Black with #BECFC9
Text Example
Text Example
White with #BECFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC9; }
p { color: rgb(190,207,201); }
H1.HeaderClassName
{
color: #BECFC9;
}
.AnyTagClassName
{
color: #BECFC9;
}
</style>
background-color css
<style>
a { background-color: #BECFC9; }
a { background-color: rgb(190,207,201); }
div.DivClassName
{
background-color: #BECFC9;
}
.BgClassName
{
background-color: #BECFC9;
}
</style>
border-color css
<style>
span { border-color: #BECFC9; }
span { border-color: rgb(190,207,201); }
td.TdClassName
{
border-color: #BECFC9;
}
.TagClassName
{
border-color: #BECFC9;
}
</style>