Shades of Jet Stream #BEC8C5
Tints of Jet Stream #BEC8C5
RGB
CMYK
RGB Variations
Color information
#BEC8C5 (or 0xBEC8C5) is known color: Jet Stream. HEX triplet: BE, C8 and C5. RGB value is (190,200,197). Sum of RGB (Red+Green+Blue) = 190+200+197=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8C5 is #41373A. Grayscale: #C4C4C4. Windows color (decimal): -4273979 or 12961982. OLE color: 12961982.
HSL color Cylindrical-coordinate representation of color #BEC8C5: hue angle of 162º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC8C5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 200 | 197 | - |
CMYK | 0.05 | 0 | 0.02 | 0.22 |
HSL | 162º | 0.08% | 0.76% | - |
HSV(B) | 162º | 0.05% | 0.78% | - |
XYZ | 51.97 | 56.29 | 60.95 | - |
YUV | 196.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 200 | 197 | 0.05 | 0 | 0.02 | 0.22 | 162 | 0.08 | 0.76 |
Hex | BE | C8 | C5 | 5 | 0 | 2 | 16 | A2 | 8 | 4C |
Octal | 276 | 310 | 305 | 5 | 0 | 2 | 26 | 242 | 10 | 114 |
Binary | 10111110 | 11001000 | 11000101 | 101 | 0 | 10 | 10110 | 10100010 | 1000 | 1001100 |
Color Harmonies of #BEC8C5
Complementary color
Monochromatic Colors of #BEC8C5
Black with #BEC8C5
Text Example
Text Example
White with #BEC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8C5; }
p { color: rgb(190,200,197); }
H1.HeaderClassName
{
color: #BEC8C5;
}
.AnyTagClassName
{
color: #BEC8C5;
}
</style>
background-color css
<style>
a { background-color: #BEC8C5; }
a { background-color: rgb(190,200,197); }
div.DivClassName
{
background-color: #BEC8C5;
}
.BgClassName
{
background-color: #BEC8C5;
}
</style>
border-color css
<style>
span { border-color: #BEC8C5; }
span { border-color: rgb(190,200,197); }
td.TdClassName
{
border-color: #BEC8C5;
}
.TagClassName
{
border-color: #BEC8C5;
}
</style>