Shades of Jet Stream #BECDC6
Tints of Jet Stream #BECDC6
RGB
CMYK
RGB Variations
Color information
#BECDC6 (or 0xBECDC6) is known color: Jet Stream. HEX triplet: BE, CD and C6. RGB value is (190,205,198). Sum of RGB (Red+Green+Blue) = 190+205+198=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC6 is #413239. Grayscale: #C7C7C7. Windows color (decimal): -4272698 or 13028798. OLE color: 13028798.
HSL color Cylindrical-coordinate representation of color #BECDC6: hue angle of 152º 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 #BECDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 198 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.20 |
| HSL | 152º | 0.13% | 0.77% | - |
| HSV(B) | 152º | 0.07% | 0.8% | - |
| XYZ | 53.26 | 58.69 | 61.95 | - |
| YUV | 199.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 198 | 0.07 | 0 | 0.03 | 0.20 | 152 | 0.13 | 0.77 |
| Hex | BE | CD | C6 | 7 | 0 | 3 | 14 | 98 | D | 4D |
| Octal | 276 | 315 | 306 | 7 | 0 | 3 | 24 | 230 | 15 | 115 |
| Binary | 10111110 | 11001101 | 11000110 | 111 | 0 | 11 | 10100 | 10011000 | 1101 | 1001101 |
Color Harmonies of #BECDC6
Complementary color
Monochromatic Colors of #BECDC6
Black with #BECDC6
Text Example
Text Example
White with #BECDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC6; }
p { color: rgb(190,205,198); }
H1.HeaderClassName
{
color: #BECDC6;
}
.AnyTagClassName
{
color: #BECDC6;
}
</style>
background-color css
<style>
a { background-color: #BECDC6; }
a { background-color: rgb(190,205,198); }
div.DivClassName
{
background-color: #BECDC6;
}
.BgClassName
{
background-color: #BECDC6;
}
</style>
border-color css
<style>
span { border-color: #BECDC6; }
span { border-color: rgb(190,205,198); }
td.TdClassName
{
border-color: #BECDC6;
}
.TagClassName
{
border-color: #BECDC6;
}
</style>