Shades of Jet Stream #BED8CF
Tints of Jet Stream #BED8CF
RGB
CMYK
RGB Variations
Color information
#BED8CF (or 0xBED8CF) is known color: Jet Stream. HEX triplet: BE, D8 and CF. RGB value is (190,216,207). Sum of RGB (Red+Green+Blue) = 190+216+207=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8CF is #412730. Grayscale: #CFCFCF. Windows color (decimal): -4269873 or 13621438. OLE color: 13621438.
HSL color Cylindrical-coordinate representation of color #BED8CF: hue angle of 159.23º 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 #BED8CF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 207 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.15 |
| HSL | 159.23º | 0.25% | 0.8% | - |
| HSV(B) | 159.23º | 0.12% | 0.85% | - |
| XYZ | 57.05 | 64.56 | 68.49 | - |
| YUV | 207.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 207 | 0.12 | 0 | 0.04 | 0.15 | 159.23 | 0.25 | 0.8 |
| Hex | BE | D8 | CF | C | 0 | 4 | F | 9F | 19 | 50 |
| Octal | 276 | 330 | 317 | 14 | 0 | 4 | 17 | 237 | 31 | 120 |
| Binary | 10111110 | 11011000 | 11001111 | 1100 | 0 | 100 | 1111 | 10011111 | 11001 | 1010000 |
Color Harmonies of #BED8CF
Complementary color
Monochromatic Colors of #BED8CF
Black with #BED8CF
Text Example
Text Example
White with #BED8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8CF; }
p { color: rgb(190,216,207); }
H1.HeaderClassName
{
color: #BED8CF;
}
.AnyTagClassName
{
color: #BED8CF;
}
</style>
background-color css
<style>
a { background-color: #BED8CF; }
a { background-color: rgb(190,216,207); }
div.DivClassName
{
background-color: #BED8CF;
}
.BgClassName
{
background-color: #BED8CF;
}
</style>
border-color css
<style>
span { border-color: #BED8CF; }
span { border-color: rgb(190,216,207); }
td.TdClassName
{
border-color: #BED8CF;
}
.TagClassName
{
border-color: #BED8CF;
}
</style>