Shades of Jet Stream #BED3C8
Tints of Jet Stream #BED3C8
RGB
CMYK
RGB Variations
Color information
#BED3C8 (or 0xBED3C8) is known color: Jet Stream. HEX triplet: BE, D3 and C8. RGB value is (190,211,200). Sum of RGB (Red+Green+Blue) = 190+211+200=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3C8 is #412C37. Grayscale: #CBCBCB. Windows color (decimal): -4271160 or 13161406. OLE color: 13161406.
HSL color Cylindrical-coordinate representation of color #BED3C8: hue angle of 148.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3C8 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 200 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.17 |
| HSL | 148.57º | 0.19% | 0.79% | - |
| HSV(B) | 148.57º | 0.1% | 0.83% | - |
| XYZ | 54.95 | 61.71 | 63.66 | - |
| YUV | 203.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 200 | 0.10 | 0 | 0.05 | 0.17 | 148.57 | 0.19 | 0.79 |
| Hex | BE | D3 | C8 | A | 0 | 5 | 11 | 95 | 13 | 4F |
| Octal | 276 | 323 | 310 | 12 | 0 | 5 | 21 | 225 | 23 | 117 |
| Binary | 10111110 | 11010011 | 11001000 | 1010 | 0 | 101 | 10001 | 10010101 | 10011 | 1001111 |
Color Harmonies of #BED3C8
Complementary color
Monochromatic Colors of #BED3C8
Black with #BED3C8
Text Example
Text Example
White with #BED3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3C8; }
p { color: rgb(190,211,200); }
H1.HeaderClassName
{
color: #BED3C8;
}
.AnyTagClassName
{
color: #BED3C8;
}
</style>
background-color css
<style>
a { background-color: #BED3C8; }
a { background-color: rgb(190,211,200); }
div.DivClassName
{
background-color: #BED3C8;
}
.BgClassName
{
background-color: #BED3C8;
}
</style>
border-color css
<style>
span { border-color: #BED3C8; }
span { border-color: rgb(190,211,200); }
td.TdClassName
{
border-color: #BED3C8;
}
.TagClassName
{
border-color: #BED3C8;
}
</style>