Shades of Jet Stream #BECEC9
Tints of Jet Stream #BECEC9
RGB
CMYK
RGB Variations
Color information
#BECEC9 (or 0xBECEC9) is known color: Jet Stream. HEX triplet: BE, CE and C9. RGB value is (190,206,201). Sum of RGB (Red+Green+Blue) = 190+206+201=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC9 is #413136. Grayscale: #C8C8C8. Windows color (decimal): -4272439 or 13225662. OLE color: 13225662.
HSL color Cylindrical-coordinate representation of color #BECEC9: hue angle of 161.25º 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 #BECEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 201 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.19 |
| HSL | 161.25º | 0.14% | 0.78% | - |
| HSV(B) | 161.25º | 0.08% | 0.81% | - |
| XYZ | 53.85 | 59.31 | 63.87 | - |
| YUV | 200.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 201 | 0.08 | 0 | 0.02 | 0.19 | 161.25 | 0.14 | 0.78 |
| Hex | BE | CE | C9 | 8 | 0 | 2 | 13 | A1 | E | 4E |
| Octal | 276 | 316 | 311 | 10 | 0 | 2 | 23 | 241 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11001001 | 1000 | 0 | 10 | 10011 | 10100001 | 1110 | 1001110 |
Color Harmonies of #BECEC9
Complementary color
Monochromatic Colors of #BECEC9
Black with #BECEC9
Text Example
Text Example
White with #BECEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC9; }
p { color: rgb(190,206,201); }
H1.HeaderClassName
{
color: #BECEC9;
}
.AnyTagClassName
{
color: #BECEC9;
}
</style>
background-color css
<style>
a { background-color: #BECEC9; }
a { background-color: rgb(190,206,201); }
div.DivClassName
{
background-color: #BECEC9;
}
.BgClassName
{
background-color: #BECEC9;
}
</style>
border-color css
<style>
span { border-color: #BECEC9; }
span { border-color: rgb(190,206,201); }
td.TdClassName
{
border-color: #BECEC9;
}
.TagClassName
{
border-color: #BECEC9;
}
</style>