Shades of Jet Stream #BED3CE
Tints of Jet Stream #BED3CE
RGB
CMYK
RGB Variations
Color information
#BED3CE (or 0xBED3CE) is known color: Jet Stream. HEX triplet: BE, D3 and CE. RGB value is (190,211,206). Sum of RGB (Red+Green+Blue) = 190+211+206=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3CE is #412C31. Grayscale: #CCCCCC. Windows color (decimal): -4271154 or 13554622. OLE color: 13554622.
HSL color Cylindrical-coordinate representation of color #BED3CE: hue angle of 165.71º 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 #BED3CE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 206 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.17 |
| HSL | 165.71º | 0.19% | 0.79% | - |
| HSV(B) | 165.71º | 0.1% | 0.83% | - |
| XYZ | 55.67 | 61.99 | 67.42 | - |
| YUV | 204.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 206 | 0.10 | 0 | 0.02 | 0.17 | 165.71 | 0.19 | 0.79 |
| Hex | BE | D3 | CE | A | 0 | 2 | 11 | A6 | 13 | 4F |
| Octal | 276 | 323 | 316 | 12 | 0 | 2 | 21 | 246 | 23 | 117 |
| Binary | 10111110 | 11010011 | 11001110 | 1010 | 0 | 10 | 10001 | 10100110 | 10011 | 1001111 |
Color Harmonies of #BED3CE
Complementary color
Monochromatic Colors of #BED3CE
Black with #BED3CE
Text Example
Text Example
White with #BED3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3CE; }
p { color: rgb(190,211,206); }
H1.HeaderClassName
{
color: #BED3CE;
}
.AnyTagClassName
{
color: #BED3CE;
}
</style>
background-color css
<style>
a { background-color: #BED3CE; }
a { background-color: rgb(190,211,206); }
div.DivClassName
{
background-color: #BED3CE;
}
.BgClassName
{
background-color: #BED3CE;
}
</style>
border-color css
<style>
span { border-color: #BED3CE; }
span { border-color: rgb(190,211,206); }
td.TdClassName
{
border-color: #BED3CE;
}
.TagClassName
{
border-color: #BED3CE;
}
</style>