Shades of Jet Stream #BED3C9
Tints of Jet Stream #BED3C9
RGB
CMYK
RGB Variations
Color information
#BED3C9 (or 0xBED3C9) is known color: Jet Stream. HEX triplet: BE, D3 and C9. RGB value is (190,211,201). Sum of RGB (Red+Green+Blue) = 190+211+201=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3C9 is #412C36. Grayscale: #CBCBCB. Windows color (decimal): -4271159 or 13226942. OLE color: 13226942.
HSL color Cylindrical-coordinate representation of color #BED3C9: hue angle of 151.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3C9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 201 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.17 |
| HSL | 151.43º | 0.19% | 0.79% | - |
| HSV(B) | 151.43º | 0.1% | 0.83% | - |
| XYZ | 55.07 | 61.75 | 64.28 | - |
| YUV | 203.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 201 | 0.10 | 0 | 0.05 | 0.17 | 151.43 | 0.19 | 0.79 |
| Hex | BE | D3 | C9 | A | 0 | 5 | 11 | 97 | 13 | 4F |
| Octal | 276 | 323 | 311 | 12 | 0 | 5 | 21 | 227 | 23 | 117 |
| Binary | 10111110 | 11010011 | 11001001 | 1010 | 0 | 101 | 10001 | 10010111 | 10011 | 1001111 |
Color Harmonies of #BED3C9
Complementary color
Monochromatic Colors of #BED3C9
Black with #BED3C9
Text Example
Text Example
White with #BED3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3C9; }
p { color: rgb(190,211,201); }
H1.HeaderClassName
{
color: #BED3C9;
}
.AnyTagClassName
{
color: #BED3C9;
}
</style>
background-color css
<style>
a { background-color: #BED3C9; }
a { background-color: rgb(190,211,201); }
div.DivClassName
{
background-color: #BED3C9;
}
.BgClassName
{
background-color: #BED3C9;
}
</style>
border-color css
<style>
span { border-color: #BED3C9; }
span { border-color: rgb(190,211,201); }
td.TdClassName
{
border-color: #BED3C9;
}
.TagClassName
{
border-color: #BED3C9;
}
</style>