Shades of Jet Stream #BED0C9
Tints of Jet Stream #BED0C9
RGB
CMYK
RGB Variations
Color information
#BED0C9 (or 0xBED0C9) is known color: Jet Stream. HEX triplet: BE, D0 and C9. RGB value is (190,208,201). Sum of RGB (Red+Green+Blue) = 190+208+201=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0C9 is #412F36. Grayscale: #C9C9C9. Windows color (decimal): -4271927 or 13226174. OLE color: 13226174.
HSL color Cylindrical-coordinate representation of color #BED0C9: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED0C9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 201 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.18 |
| HSL | 156.67º | 0.16% | 0.78% | - |
| HSV(B) | 156.67º | 0.09% | 0.82% | - |
| XYZ | 54.33 | 60.28 | 64.03 | - |
| YUV | 201.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 201 | 0.09 | 0 | 0.03 | 0.18 | 156.67 | 0.16 | 0.78 |
| Hex | BE | D0 | C9 | 9 | 0 | 3 | 12 | 9D | 10 | 4E |
| Octal | 276 | 320 | 311 | 11 | 0 | 3 | 22 | 235 | 20 | 116 |
| Binary | 10111110 | 11010000 | 11001001 | 1001 | 0 | 11 | 10010 | 10011101 | 10000 | 1001110 |
Color Harmonies of #BED0C9
Complementary color
Monochromatic Colors of #BED0C9
Black with #BED0C9
Text Example
Text Example
White with #BED0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0C9; }
p { color: rgb(190,208,201); }
H1.HeaderClassName
{
color: #BED0C9;
}
.AnyTagClassName
{
color: #BED0C9;
}
</style>
background-color css
<style>
a { background-color: #BED0C9; }
a { background-color: rgb(190,208,201); }
div.DivClassName
{
background-color: #BED0C9;
}
.BgClassName
{
background-color: #BED0C9;
}
</style>
border-color css
<style>
span { border-color: #BED0C9; }
span { border-color: rgb(190,208,201); }
td.TdClassName
{
border-color: #BED0C9;
}
.TagClassName
{
border-color: #BED0C9;
}
</style>