Shades of Jet Stream #BECAC8
Tints of Jet Stream #BECAC8
RGB
CMYK
RGB Variations
Color information
#BECAC8 (or 0xBECAC8) is known color: Jet Stream. HEX triplet: BE, CA and C8. RGB value is (190,202,200). Sum of RGB (Red+Green+Blue) = 190+202+200=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC8 is #413537. Grayscale: #C6C6C6. Windows color (decimal): -4273464 or 13159102. OLE color: 13159102.
HSL color Cylindrical-coordinate representation of color #BECAC8: hue angle of 170º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 200 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.21 |
| HSL | 170º | 0.1% | 0.77% | - |
| HSV(B) | 170º | 0.06% | 0.79% | - |
| XYZ | 52.78 | 57.36 | 62.93 | - |
| YUV | 198.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 200 | 0.06 | 0 | 0.01 | 0.21 | 170 | 0.1 | 0.77 |
| Hex | BE | CA | C8 | 6 | 0 | 1 | 15 | AA | A | 4D |
| Octal | 276 | 312 | 310 | 6 | 0 | 1 | 25 | 252 | 12 | 115 |
| Binary | 10111110 | 11001010 | 11001000 | 110 | 0 | 1 | 10101 | 10101010 | 1010 | 1001101 |
Color Harmonies of #BECAC8
Complementary color
Monochromatic Colors of #BECAC8
Black with #BECAC8
Text Example
Text Example
White with #BECAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC8; }
p { color: rgb(190,202,200); }
H1.HeaderClassName
{
color: #BECAC8;
}
.AnyTagClassName
{
color: #BECAC8;
}
</style>
background-color css
<style>
a { background-color: #BECAC8; }
a { background-color: rgb(190,202,200); }
div.DivClassName
{
background-color: #BECAC8;
}
.BgClassName
{
background-color: #BECAC8;
}
</style>
border-color css
<style>
span { border-color: #BECAC8; }
span { border-color: rgb(190,202,200); }
td.TdClassName
{
border-color: #BECAC8;
}
.TagClassName
{
border-color: #BECAC8;
}
</style>