Shades of Jet Stream #BEC6C3
Tints of Jet Stream #BEC6C3
RGB
CMYK
RGB Variations
Color information
#BEC6C3 (or 0xBEC6C3) is known color: Jet Stream. HEX triplet: BE, C6 and C3. RGB value is (190,198,195). Sum of RGB (Red+Green+Blue) = 190+198+195=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6C3 is #41393C. Grayscale: #C3C3C3. Windows color (decimal): -4274493 or 12830398. OLE color: 12830398.
HSL color Cylindrical-coordinate representation of color #BEC6C3: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC6C3 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 195 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.22 |
| HSL | 157.5º | 0.07% | 0.76% | - |
| HSV(B) | 157.5º | 0.04% | 0.78% | - |
| XYZ | 51.28 | 55.28 | 59.6 | - |
| YUV | 195.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 195 | 0.04 | 0 | 0.02 | 0.22 | 157.5 | 0.07 | 0.76 |
| Hex | BE | C6 | C3 | 4 | 0 | 2 | 16 | 9E | 7 | 4C |
| Octal | 276 | 306 | 303 | 4 | 0 | 2 | 26 | 236 | 7 | 114 |
| Binary | 10111110 | 11000110 | 11000011 | 100 | 0 | 10 | 10110 | 10011110 | 111 | 1001100 |
Color Harmonies of #BEC6C3
Complementary color
Monochromatic Colors of #BEC6C3
Black with #BEC6C3
Text Example
Text Example
White with #BEC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6C3; }
p { color: rgb(190,198,195); }
H1.HeaderClassName
{
color: #BEC6C3;
}
.AnyTagClassName
{
color: #BEC6C3;
}
</style>
background-color css
<style>
a { background-color: #BEC6C3; }
a { background-color: rgb(190,198,195); }
div.DivClassName
{
background-color: #BEC6C3;
}
.BgClassName
{
background-color: #BEC6C3;
}
</style>
border-color css
<style>
span { border-color: #BEC6C3; }
span { border-color: rgb(190,198,195); }
td.TdClassName
{
border-color: #BEC6C3;
}
.TagClassName
{
border-color: #BEC6C3;
}
</style>