Shades of Jet Stream #BED5CC
Tints of Jet Stream #BED5CC
RGB
CMYK
RGB Variations
Color information
#BED5CC (or 0xBED5CC) is known color: Jet Stream. HEX triplet: BE, D5 and CC. RGB value is (190,213,204). Sum of RGB (Red+Green+Blue) = 190+213+204=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5CC is #412A33. Grayscale: #CDCDCD. Windows color (decimal): -4270644 or 13424062. OLE color: 13424062.
HSL color Cylindrical-coordinate representation of color #BED5CC: hue angle of 156.52º 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 #BED5CC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 204 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.16 |
| HSL | 156.52º | 0.21% | 0.79% | - |
| HSV(B) | 156.52º | 0.11% | 0.84% | - |
| XYZ | 55.93 | 62.9 | 66.32 | - |
| YUV | 205.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 204 | 0.11 | 0 | 0.04 | 0.16 | 156.52 | 0.21 | 0.79 |
| Hex | BE | D5 | CC | B | 0 | 4 | 10 | 9D | 15 | 4F |
| Octal | 276 | 325 | 314 | 13 | 0 | 4 | 20 | 235 | 25 | 117 |
| Binary | 10111110 | 11010101 | 11001100 | 1011 | 0 | 100 | 10000 | 10011101 | 10101 | 1001111 |
Color Harmonies of #BED5CC
Complementary color
Monochromatic Colors of #BED5CC
Black with #BED5CC
Text Example
Text Example
White with #BED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5CC; }
p { color: rgb(190,213,204); }
H1.HeaderClassName
{
color: #BED5CC;
}
.AnyTagClassName
{
color: #BED5CC;
}
</style>
background-color css
<style>
a { background-color: #BED5CC; }
a { background-color: rgb(190,213,204); }
div.DivClassName
{
background-color: #BED5CC;
}
.BgClassName
{
background-color: #BED5CC;
}
</style>
border-color css
<style>
span { border-color: #BED5CC; }
span { border-color: rgb(190,213,204); }
td.TdClassName
{
border-color: #BED5CC;
}
.TagClassName
{
border-color: #BED5CC;
}
</style>