Shades of Jet Stream #BEDAD0
Tints of Jet Stream #BEDAD0
RGB
CMYK
RGB Variations
Color information
#BEDAD0 (or 0xBEDAD0) is known color: Jet Stream. HEX triplet: BE, DA and D0. RGB value is (190,218,208). Sum of RGB (Red+Green+Blue) = 190+218+208=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD0 is #41252F. Grayscale: #D0D0D0. Windows color (decimal): -4269360 or 13687486. OLE color: 13687486.
HSL color Cylindrical-coordinate representation of color #BEDAD0: hue angle of 158.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDAD0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 208 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.15 |
| HSL | 158.57º | 0.27% | 0.8% | - |
| HSV(B) | 158.57º | 0.13% | 0.85% | - |
| XYZ | 57.69 | 65.64 | 69.3 | - |
| YUV | 208.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 208 | 0.13 | 0 | 0.05 | 0.15 | 158.57 | 0.27 | 0.8 |
| Hex | BE | DA | D0 | D | 0 | 5 | F | 9F | 1B | 50 |
| Octal | 276 | 332 | 320 | 15 | 0 | 5 | 17 | 237 | 33 | 120 |
| Binary | 10111110 | 11011010 | 11010000 | 1101 | 0 | 101 | 1111 | 10011111 | 11011 | 1010000 |
Color Harmonies of #BEDAD0
Complementary color
Monochromatic Colors of #BEDAD0
Black with #BEDAD0
Text Example
Text Example
White with #BEDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAD0; }
p { color: rgb(190,218,208); }
H1.HeaderClassName
{
color: #BEDAD0;
}
.AnyTagClassName
{
color: #BEDAD0;
}
</style>
background-color css
<style>
a { background-color: #BEDAD0; }
a { background-color: rgb(190,218,208); }
div.DivClassName
{
background-color: #BEDAD0;
}
.BgClassName
{
background-color: #BEDAD0;
}
</style>
border-color css
<style>
span { border-color: #BEDAD0; }
span { border-color: rgb(190,218,208); }
td.TdClassName
{
border-color: #BEDAD0;
}
.TagClassName
{
border-color: #BEDAD0;
}
</style>