Shades of Jet Stream #BED5D0
Tints of Jet Stream #BED5D0
RGB
CMYK
RGB Variations
Color information
#BED5D0 (or 0xBED5D0) is known color: Jet Stream. HEX triplet: BE, D5 and D0. RGB value is (190,213,208). Sum of RGB (Red+Green+Blue) = 190+213+208=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5D0 is #412A2F. Grayscale: #CDCDCD. Windows color (decimal): -4270640 or 13686206. OLE color: 13686206.
HSL color Cylindrical-coordinate representation of color #BED5D0: hue angle of 166.96º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED5D0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 213 | 208 | - |
CMYK | 0.11 | 0 | 0.02 | 0.16 |
HSL | 166.96º | 0.21% | 0.79% | - |
HSV(B) | 166.96º | 0.11% | 0.84% | - |
XYZ | 56.41 | 63.09 | 68.88 | - |
YUV | 205.55 | 129.38 | 116.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 213 | 208 | 0.11 | 0 | 0.02 | 0.16 | 166.96 | 0.21 | 0.79 |
Hex | BE | D5 | D0 | B | 0 | 2 | 10 | A7 | 15 | 4F |
Octal | 276 | 325 | 320 | 13 | 0 | 2 | 20 | 247 | 25 | 117 |
Binary | 10111110 | 11010101 | 11010000 | 1011 | 0 | 10 | 10000 | 10100111 | 10101 | 1001111 |
Color Harmonies of #BED5D0
Complementary color
Monochromatic Colors of #BED5D0
Black with #BED5D0
Text Example
Text Example
White with #BED5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5D0; }
p { color: rgb(190,213,208); }
H1.HeaderClassName
{
color: #BED5D0;
}
.AnyTagClassName
{
color: #BED5D0;
}
</style>
background-color css
<style>
a { background-color: #BED5D0; }
a { background-color: rgb(190,213,208); }
div.DivClassName
{
background-color: #BED5D0;
}
.BgClassName
{
background-color: #BED5D0;
}
</style>
border-color css
<style>
span { border-color: #BED5D0; }
span { border-color: rgb(190,213,208); }
td.TdClassName
{
border-color: #BED5D0;
}
.TagClassName
{
border-color: #BED5D0;
}
</style>