Shades of Jet Stream #BED9CC
Tints of Jet Stream #BED9CC
RGB
CMYK
RGB Variations
Color information
#BED9CC (or 0xBED9CC) is known color: Jet Stream. HEX triplet: BE, D9 and CC. RGB value is (190,217,204). Sum of RGB (Red+Green+Blue) = 190+217+204=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9CC is #412633. Grayscale: #CFCFCF. Windows color (decimal): -4269620 or 13425086. OLE color: 13425086.
HSL color Cylindrical-coordinate representation of color #BED9CC: hue angle of 151.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9CC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 204 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.15 |
| HSL | 151.11º | 0.26% | 0.8% | - |
| HSV(B) | 151.11º | 0.12% | 0.85% | - |
| XYZ | 56.95 | 64.93 | 66.66 | - |
| YUV | 207.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 204 | 0.12 | 0 | 0.06 | 0.15 | 151.11 | 0.26 | 0.8 |
| Hex | BE | D9 | CC | C | 0 | 6 | F | 97 | 1A | 50 |
| Octal | 276 | 331 | 314 | 14 | 0 | 6 | 17 | 227 | 32 | 120 |
| Binary | 10111110 | 11011001 | 11001100 | 1100 | 0 | 110 | 1111 | 10010111 | 11010 | 1010000 |
Color Harmonies of #BED9CC
Complementary color
Monochromatic Colors of #BED9CC
Black with #BED9CC
Text Example
Text Example
White with #BED9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9CC; }
p { color: rgb(190,217,204); }
H1.HeaderClassName
{
color: #BED9CC;
}
.AnyTagClassName
{
color: #BED9CC;
}
</style>
background-color css
<style>
a { background-color: #BED9CC; }
a { background-color: rgb(190,217,204); }
div.DivClassName
{
background-color: #BED9CC;
}
.BgClassName
{
background-color: #BED9CC;
}
</style>
border-color css
<style>
span { border-color: #BED9CC; }
span { border-color: rgb(190,217,204); }
td.TdClassName
{
border-color: #BED9CC;
}
.TagClassName
{
border-color: #BED9CC;
}
</style>