Shades of Jet Stream #BED6CE
Tints of Jet Stream #BED6CE
RGB
CMYK
RGB Variations
Color information
#BED6CE (or 0xBED6CE) is known color: Jet Stream. HEX triplet: BE, D6 and CE. RGB value is (190,214,206). Sum of RGB (Red+Green+Blue) = 190+214+206=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6CE is #412931. Grayscale: #CDCDCD. Windows color (decimal): -4270386 or 13555390. OLE color: 13555390.
HSL color Cylindrical-coordinate representation of color #BED6CE: hue angle of 160º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED6CE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 206 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.16 |
| HSL | 160º | 0.23% | 0.79% | - |
| HSV(B) | 160º | 0.11% | 0.84% | - |
| XYZ | 56.42 | 63.5 | 67.67 | - |
| YUV | 205.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 206 | 0.11 | 0 | 0.04 | 0.16 | 160 | 0.23 | 0.79 |
| Hex | BE | D6 | CE | B | 0 | 4 | 10 | A0 | 17 | 4F |
| Octal | 276 | 326 | 316 | 13 | 0 | 4 | 20 | 240 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11001110 | 1011 | 0 | 100 | 10000 | 10100000 | 10111 | 1001111 |
Color Harmonies of #BED6CE
Complementary color
Monochromatic Colors of #BED6CE
Black with #BED6CE
Text Example
Text Example
White with #BED6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6CE; }
p { color: rgb(190,214,206); }
H1.HeaderClassName
{
color: #BED6CE;
}
.AnyTagClassName
{
color: #BED6CE;
}
</style>
background-color css
<style>
a { background-color: #BED6CE; }
a { background-color: rgb(190,214,206); }
div.DivClassName
{
background-color: #BED6CE;
}
.BgClassName
{
background-color: #BED6CE;
}
</style>
border-color css
<style>
span { border-color: #BED6CE; }
span { border-color: rgb(190,214,206); }
td.TdClassName
{
border-color: #BED6CE;
}
.TagClassName
{
border-color: #BED6CE;
}
</style>