Shades of Jet Stream #BED5CE
Tints of Jet Stream #BED5CE
RGB
CMYK
RGB Variations
Color information
#BED5CE (or 0xBED5CE) is known color: Jet Stream. HEX triplet: BE, D5 and CE. RGB value is (190,213,206). Sum of RGB (Red+Green+Blue) = 190+213+206=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5CE is #412A31. Grayscale: #CDCDCD. Windows color (decimal): -4270642 or 13555134. OLE color: 13555134.
HSL color Cylindrical-coordinate representation of color #BED5CE: hue angle of 161.74º 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 #BED5CE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 206 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.16 |
| HSL | 161.74º | 0.21% | 0.79% | - |
| HSV(B) | 161.74º | 0.11% | 0.84% | - |
| XYZ | 56.17 | 62.99 | 67.59 | - |
| YUV | 205.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 206 | 0.11 | 0 | 0.03 | 0.16 | 161.74 | 0.21 | 0.79 |
| Hex | BE | D5 | CE | B | 0 | 3 | 10 | A2 | 15 | 4F |
| Octal | 276 | 325 | 316 | 13 | 0 | 3 | 20 | 242 | 25 | 117 |
| Binary | 10111110 | 11010101 | 11001110 | 1011 | 0 | 11 | 10000 | 10100010 | 10101 | 1001111 |
Color Harmonies of #BED5CE
Complementary color
Monochromatic Colors of #BED5CE
Black with #BED5CE
Text Example
Text Example
White with #BED5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5CE; }
p { color: rgb(190,213,206); }
H1.HeaderClassName
{
color: #BED5CE;
}
.AnyTagClassName
{
color: #BED5CE;
}
</style>
background-color css
<style>
a { background-color: #BED5CE; }
a { background-color: rgb(190,213,206); }
div.DivClassName
{
background-color: #BED5CE;
}
.BgClassName
{
background-color: #BED5CE;
}
</style>
border-color css
<style>
span { border-color: #BED5CE; }
span { border-color: rgb(190,213,206); }
td.TdClassName
{
border-color: #BED5CE;
}
.TagClassName
{
border-color: #BED5CE;
}
</style>