Shades of Jet Stream #BECAC5
Tints of Jet Stream #BECAC5
RGB
CMYK
RGB Variations
Color information
#BECAC5 (or 0xBECAC5) is known color: Jet Stream. HEX triplet: BE, CA and C5. RGB value is (190,202,197). Sum of RGB (Red+Green+Blue) = 190+202+197=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC5 is #41353A. Grayscale: #C5C5C5. Windows color (decimal): -4273467 or 12962494. OLE color: 12962494.
HSL color Cylindrical-coordinate representation of color #BECAC5: hue angle of 155º 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 #BECAC5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 197 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.21 |
| HSL | 155º | 0.1% | 0.77% | - |
| HSV(B) | 155º | 0.06% | 0.79% | - |
| XYZ | 52.43 | 57.22 | 61.1 | - |
| YUV | 197.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 197 | 0.06 | 0 | 0.02 | 0.21 | 155 | 0.1 | 0.77 |
| Hex | BE | CA | C5 | 6 | 0 | 2 | 15 | 9B | A | 4D |
| Octal | 276 | 312 | 305 | 6 | 0 | 2 | 25 | 233 | 12 | 115 |
| Binary | 10111110 | 11001010 | 11000101 | 110 | 0 | 10 | 10101 | 10011011 | 1010 | 1001101 |
Color Harmonies of #BECAC5
Complementary color
Monochromatic Colors of #BECAC5
Black with #BECAC5
Text Example
Text Example
White with #BECAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC5; }
p { color: rgb(190,202,197); }
H1.HeaderClassName
{
color: #BECAC5;
}
.AnyTagClassName
{
color: #BECAC5;
}
</style>
background-color css
<style>
a { background-color: #BECAC5; }
a { background-color: rgb(190,202,197); }
div.DivClassName
{
background-color: #BECAC5;
}
.BgClassName
{
background-color: #BECAC5;
}
</style>
border-color css
<style>
span { border-color: #BECAC5; }
span { border-color: rgb(190,202,197); }
td.TdClassName
{
border-color: #BECAC5;
}
.TagClassName
{
border-color: #BECAC5;
}
</style>