Shades of Jet Stream #BED8D0
Tints of Jet Stream #BED8D0
RGB
CMYK
RGB Variations
Color information
#BED8D0 (or 0xBED8D0) is known color: Jet Stream. HEX triplet: BE, D8 and D0. RGB value is (190,216,208). Sum of RGB (Red+Green+Blue) = 190+216+208=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8D0 is #41272F. Grayscale: #CFCFCF. Windows color (decimal): -4269872 or 13686974. OLE color: 13686974.
HSL color Cylindrical-coordinate representation of color #BED8D0: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8D0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 208 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.15 |
| HSL | 161.54º | 0.25% | 0.8% | - |
| HSV(B) | 161.54º | 0.12% | 0.85% | - |
| XYZ | 57.18 | 64.61 | 69.13 | - |
| YUV | 207.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 208 | 0.12 | 0 | 0.04 | 0.15 | 161.54 | 0.25 | 0.8 |
| Hex | BE | D8 | D0 | C | 0 | 4 | F | A2 | 19 | 50 |
| Octal | 276 | 330 | 320 | 14 | 0 | 4 | 17 | 242 | 31 | 120 |
| Binary | 10111110 | 11011000 | 11010000 | 1100 | 0 | 100 | 1111 | 10100010 | 11001 | 1010000 |
Color Harmonies of #BED8D0
Complementary color
Monochromatic Colors of #BED8D0
Black with #BED8D0
Text Example
Text Example
White with #BED8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8D0; }
p { color: rgb(190,216,208); }
H1.HeaderClassName
{
color: #BED8D0;
}
.AnyTagClassName
{
color: #BED8D0;
}
</style>
background-color css
<style>
a { background-color: #BED8D0; }
a { background-color: rgb(190,216,208); }
div.DivClassName
{
background-color: #BED8D0;
}
.BgClassName
{
background-color: #BED8D0;
}
</style>
border-color css
<style>
span { border-color: #BED8D0; }
span { border-color: rgb(190,216,208); }
td.TdClassName
{
border-color: #BED8D0;
}
.TagClassName
{
border-color: #BED8D0;
}
</style>