Shades of Jet Stream #BED0CB
Tints of Jet Stream #BED0CB
RGB
CMYK
RGB Variations
Color information
#BED0CB (or 0xBED0CB) is known color: Jet Stream. HEX triplet: BE, D0 and CB. RGB value is (190,208,203). Sum of RGB (Red+Green+Blue) = 190+208+203=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0CB is #412F34. Grayscale: #CACACA. Windows color (decimal): -4271925 or 13357246. OLE color: 13357246.
HSL color Cylindrical-coordinate representation of color #BED0CB: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED0CB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 203 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.18 |
| HSL | 163.33º | 0.16% | 0.78% | - |
| HSV(B) | 163.33º | 0.09% | 0.82% | - |
| XYZ | 54.57 | 60.37 | 65.28 | - |
| YUV | 202.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 203 | 0.09 | 0 | 0.02 | 0.18 | 163.33 | 0.16 | 0.78 |
| Hex | BE | D0 | CB | 9 | 0 | 2 | 12 | A3 | 10 | 4E |
| Octal | 276 | 320 | 313 | 11 | 0 | 2 | 22 | 243 | 20 | 116 |
| Binary | 10111110 | 11010000 | 11001011 | 1001 | 0 | 10 | 10010 | 10100011 | 10000 | 1001110 |
Color Harmonies of #BED0CB
Complementary color
Monochromatic Colors of #BED0CB
Black with #BED0CB
Text Example
Text Example
White with #BED0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0CB; }
p { color: rgb(190,208,203); }
H1.HeaderClassName
{
color: #BED0CB;
}
.AnyTagClassName
{
color: #BED0CB;
}
</style>
background-color css
<style>
a { background-color: #BED0CB; }
a { background-color: rgb(190,208,203); }
div.DivClassName
{
background-color: #BED0CB;
}
.BgClassName
{
background-color: #BED0CB;
}
</style>
border-color css
<style>
span { border-color: #BED0CB; }
span { border-color: rgb(190,208,203); }
td.TdClassName
{
border-color: #BED0CB;
}
.TagClassName
{
border-color: #BED0CB;
}
</style>