Shades of Jet Stream #BED9CF
Tints of Jet Stream #BED9CF
RGB
CMYK
RGB Variations
Color information
#BED9CF (or 0xBED9CF) is known color: Jet Stream. HEX triplet: BE, D9 and CF. RGB value is (190,217,207). Sum of RGB (Red+Green+Blue) = 190+217+207=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9CF is #412630. Grayscale: #CFCFCF. Windows color (decimal): -4269617 or 13621694. OLE color: 13621694.
HSL color Cylindrical-coordinate representation of color #BED9CF: hue angle of 157.78º degrees, saturation: 0.26, 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 #BED9CF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 217 | 207 | - |
CMYK | 0.12 | 0 | 0.05 | 0.15 |
HSL | 157.78º | 0.26% | 0.8% | - |
HSV(B) | 157.78º | 0.12% | 0.85% | - |
XYZ | 57.31 | 65.08 | 68.57 | - |
YUV | 207.79 | 127.55 | 115.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 217 | 207 | 0.12 | 0 | 0.05 | 0.15 | 157.78 | 0.26 | 0.8 |
Hex | BE | D9 | CF | C | 0 | 5 | F | 9E | 1A | 50 |
Octal | 276 | 331 | 317 | 14 | 0 | 5 | 17 | 236 | 32 | 120 |
Binary | 10111110 | 11011001 | 11001111 | 1100 | 0 | 101 | 1111 | 10011110 | 11010 | 1010000 |
Color Harmonies of #BED9CF
Complementary color
Monochromatic Colors of #BED9CF
Black with #BED9CF
Text Example
Text Example
White with #BED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9CF; }
p { color: rgb(190,217,207); }
H1.HeaderClassName
{
color: #BED9CF;
}
.AnyTagClassName
{
color: #BED9CF;
}
</style>
background-color css
<style>
a { background-color: #BED9CF; }
a { background-color: rgb(190,217,207); }
div.DivClassName
{
background-color: #BED9CF;
}
.BgClassName
{
background-color: #BED9CF;
}
</style>
border-color css
<style>
span { border-color: #BED9CF; }
span { border-color: rgb(190,217,207); }
td.TdClassName
{
border-color: #BED9CF;
}
.TagClassName
{
border-color: #BED9CF;
}
</style>