Shades of Jet Stream #BEC6C4
Tints of Jet Stream #BEC6C4
RGB
CMYK
RGB Variations
Color information
#BEC6C4 (or 0xBEC6C4) is known color: Jet Stream. HEX triplet: BE, C6 and C4. RGB value is (190,198,196). Sum of RGB (Red+Green+Blue) = 190+198+196=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6C4 is #41393B. Grayscale: #C3C3C3. Windows color (decimal): -4274492 or 12895934. OLE color: 12895934.
HSL color Cylindrical-coordinate representation of color #BEC6C4: hue angle of 165º 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 #BEC6C4 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 196 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.22 |
| HSL | 165º | 0.07% | 0.76% | - |
| HSV(B) | 165º | 0.04% | 0.78% | - |
| XYZ | 51.39 | 55.32 | 60.19 | - |
| YUV | 195.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 196 | 0.04 | 0 | 0.01 | 0.22 | 165 | 0.07 | 0.76 |
| Hex | BE | C6 | C4 | 4 | 0 | 1 | 16 | A5 | 7 | 4C |
| Octal | 276 | 306 | 304 | 4 | 0 | 1 | 26 | 245 | 7 | 114 |
| Binary | 10111110 | 11000110 | 11000100 | 100 | 0 | 1 | 10110 | 10100101 | 111 | 1001100 |
Color Harmonies of #BEC6C4
Complementary color
Monochromatic Colors of #BEC6C4
Black with #BEC6C4
Text Example
Text Example
White with #BEC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6C4; }
p { color: rgb(190,198,196); }
H1.HeaderClassName
{
color: #BEC6C4;
}
.AnyTagClassName
{
color: #BEC6C4;
}
</style>
background-color css
<style>
a { background-color: #BEC6C4; }
a { background-color: rgb(190,198,196); }
div.DivClassName
{
background-color: #BEC6C4;
}
.BgClassName
{
background-color: #BEC6C4;
}
</style>
border-color css
<style>
span { border-color: #BEC6C4; }
span { border-color: rgb(190,198,196); }
td.TdClassName
{
border-color: #BEC6C4;
}
.TagClassName
{
border-color: #BEC6C4;
}
</style>