Shades of Jet Stream #BECECA
Tints of Jet Stream #BECECA
RGB
CMYK
RGB Variations
Color information
#BECECA (or 0xBECECA) is known color: Jet Stream. HEX triplet: BE, CE and CA. RGB value is (190,206,202). Sum of RGB (Red+Green+Blue) = 190+206+202=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #BECECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECA is #413135. Grayscale: #C8C8C8. Windows color (decimal): -4272438 or 13291198. OLE color: 13291198.
HSL color Cylindrical-coordinate representation of color #BECECA: hue angle of 165º 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 #BECECA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 202 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.19 |
| HSL | 165º | 0.14% | 0.78% | - |
| HSV(B) | 165º | 0.08% | 0.81% | - |
| XYZ | 53.97 | 59.35 | 64.49 | - |
| YUV | 200.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 202 | 0.08 | 0 | 0.02 | 0.19 | 165 | 0.14 | 0.78 |
| Hex | BE | CE | CA | 8 | 0 | 2 | 13 | A5 | E | 4E |
| Octal | 276 | 316 | 312 | 10 | 0 | 2 | 23 | 245 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11001010 | 1000 | 0 | 10 | 10011 | 10100101 | 1110 | 1001110 |
Color Harmonies of #BECECA
Complementary color
Monochromatic Colors of #BECECA
Black with #BECECA
Text Example
Text Example
White with #BECECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECECA; }
p { color: rgb(190,206,202); }
H1.HeaderClassName
{
color: #BECECA;
}
.AnyTagClassName
{
color: #BECECA;
}
</style>
background-color css
<style>
a { background-color: #BECECA; }
a { background-color: rgb(190,206,202); }
div.DivClassName
{
background-color: #BECECA;
}
.BgClassName
{
background-color: #BECECA;
}
</style>
border-color css
<style>
span { border-color: #BECECA; }
span { border-color: rgb(190,206,202); }
td.TdClassName
{
border-color: #BECECA;
}
.TagClassName
{
border-color: #BECECA;
}
</style>