Shades of Jet Stream #BECFC8
Tints of Jet Stream #BECFC8
RGB
CMYK
RGB Variations
Color information
#BECFC8 (or 0xBECFC8) is known color: Jet Stream. HEX triplet: BE, CF and C8. RGB value is (190,207,200). Sum of RGB (Red+Green+Blue) = 190+207+200=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC8 is #413037. Grayscale: #C9C9C9. Windows color (decimal): -4272184 or 13160382. OLE color: 13160382.
HSL color Cylindrical-coordinate representation of color #BECFC8: hue angle of 155.29º 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 #BECFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 200 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.19 |
| HSL | 155.29º | 0.15% | 0.78% | - |
| HSV(B) | 155.29º | 0.08% | 0.81% | - |
| XYZ | 53.97 | 59.74 | 63.33 | - |
| YUV | 201.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 200 | 0.08 | 0 | 0.03 | 0.19 | 155.29 | 0.15 | 0.78 |
| Hex | BE | CF | C8 | 8 | 0 | 3 | 13 | 9B | F | 4E |
| Octal | 276 | 317 | 310 | 10 | 0 | 3 | 23 | 233 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11001000 | 1000 | 0 | 11 | 10011 | 10011011 | 1111 | 1001110 |
Color Harmonies of #BECFC8
Complementary color
Monochromatic Colors of #BECFC8
Black with #BECFC8
Text Example
Text Example
White with #BECFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC8; }
p { color: rgb(190,207,200); }
H1.HeaderClassName
{
color: #BECFC8;
}
.AnyTagClassName
{
color: #BECFC8;
}
</style>
background-color css
<style>
a { background-color: #BECFC8; }
a { background-color: rgb(190,207,200); }
div.DivClassName
{
background-color: #BECFC8;
}
.BgClassName
{
background-color: #BECFC8;
}
</style>
border-color css
<style>
span { border-color: #BECFC8; }
span { border-color: rgb(190,207,200); }
td.TdClassName
{
border-color: #BECFC8;
}
.TagClassName
{
border-color: #BECFC8;
}
</style>