Shades of Jet Stream #BECDCA
Tints of Jet Stream #BECDCA
RGB
CMYK
RGB Variations
Color information
#BECDCA (or 0xBECDCA) is known color: Jet Stream. HEX triplet: BE, CD and CA. RGB value is (190,205,202). Sum of RGB (Red+Green+Blue) = 190+205+202=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDCA is #413235. Grayscale: #C8C8C8. Windows color (decimal): -4272694 or 13290942. OLE color: 13290942.
HSL color Cylindrical-coordinate representation of color #BECDCA: hue angle of 168º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDCA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 202 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.20 |
| HSL | 168º | 0.13% | 0.77% | - |
| HSV(B) | 168º | 0.07% | 0.8% | - |
| XYZ | 53.73 | 58.87 | 64.41 | - |
| YUV | 200.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 202 | 0.07 | 0 | 0.01 | 0.20 | 168 | 0.13 | 0.77 |
| Hex | BE | CD | CA | 7 | 0 | 1 | 14 | A8 | D | 4D |
| Octal | 276 | 315 | 312 | 7 | 0 | 1 | 24 | 250 | 15 | 115 |
| Binary | 10111110 | 11001101 | 11001010 | 111 | 0 | 1 | 10100 | 10101000 | 1101 | 1001101 |
Color Harmonies of #BECDCA
Complementary color
Monochromatic Colors of #BECDCA
Black with #BECDCA
Text Example
Text Example
White with #BECDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDCA; }
p { color: rgb(190,205,202); }
H1.HeaderClassName
{
color: #BECDCA;
}
.AnyTagClassName
{
color: #BECDCA;
}
</style>
background-color css
<style>
a { background-color: #BECDCA; }
a { background-color: rgb(190,205,202); }
div.DivClassName
{
background-color: #BECDCA;
}
.BgClassName
{
background-color: #BECDCA;
}
</style>
border-color css
<style>
span { border-color: #BECDCA; }
span { border-color: rgb(190,205,202); }
td.TdClassName
{
border-color: #BECDCA;
}
.TagClassName
{
border-color: #BECDCA;
}
</style>