Shades of Jet Stream #BED2C9
Tints of Jet Stream #BED2C9
RGB
CMYK
RGB Variations
Color information
#BED2C9 (or 0xBED2C9) is known color: Jet Stream. HEX triplet: BE, D2 and C9. RGB value is (190,210,201). Sum of RGB (Red+Green+Blue) = 190+210+201=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2C9 is #412D36. Grayscale: #CBCBCB. Windows color (decimal): -4271415 or 13226686. OLE color: 13226686.
HSL color Cylindrical-coordinate representation of color #BED2C9: hue angle of 153º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2C9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 201 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.18 |
| HSL | 153º | 0.18% | 0.78% | - |
| HSV(B) | 153º | 0.1% | 0.82% | - |
| XYZ | 54.82 | 61.26 | 64.19 | - |
| YUV | 202.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 201 | 0.10 | 0 | 0.04 | 0.18 | 153 | 0.18 | 0.78 |
| Hex | BE | D2 | C9 | A | 0 | 4 | 12 | 99 | 12 | 4E |
| Octal | 276 | 322 | 311 | 12 | 0 | 4 | 22 | 231 | 22 | 116 |
| Binary | 10111110 | 11010010 | 11001001 | 1010 | 0 | 100 | 10010 | 10011001 | 10010 | 1001110 |
Color Harmonies of #BED2C9
Complementary color
Monochromatic Colors of #BED2C9
Black with #BED2C9
Text Example
Text Example
White with #BED2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2C9; }
p { color: rgb(190,210,201); }
H1.HeaderClassName
{
color: #BED2C9;
}
.AnyTagClassName
{
color: #BED2C9;
}
</style>
background-color css
<style>
a { background-color: #BED2C9; }
a { background-color: rgb(190,210,201); }
div.DivClassName
{
background-color: #BED2C9;
}
.BgClassName
{
background-color: #BED2C9;
}
</style>
border-color css
<style>
span { border-color: #BED2C9; }
span { border-color: rgb(190,210,201); }
td.TdClassName
{
border-color: #BED2C9;
}
.TagClassName
{
border-color: #BED2C9;
}
</style>