Shades of Jet Stream #BED2CB
Tints of Jet Stream #BED2CB
RGB
CMYK
RGB Variations
Color information
#BED2CB (or 0xBED2CB) is known color: Jet Stream. HEX triplet: BE, D2 and CB. RGB value is (190,210,203). Sum of RGB (Red+Green+Blue) = 190+210+203=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CB is #412D34. Grayscale: #CBCBCB. Windows color (decimal): -4271413 or 13357758. OLE color: 13357758.
HSL color Cylindrical-coordinate representation of color #BED2CB: hue angle of 159º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 203 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 159º | 0.18% | 0.78% | - |
| HSV(B) | 159º | 0.1% | 0.82% | - |
| XYZ | 55.06 | 61.35 | 65.44 | - |
| YUV | 203.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 203 | 0.10 | 0 | 0.03 | 0.18 | 159 | 0.18 | 0.78 |
| Hex | BE | D2 | CB | A | 0 | 3 | 12 | 9F | 12 | 4E |
| Octal | 276 | 322 | 313 | 12 | 0 | 3 | 22 | 237 | 22 | 116 |
| Binary | 10111110 | 11010010 | 11001011 | 1010 | 0 | 11 | 10010 | 10011111 | 10010 | 1001110 |
Color Harmonies of #BED2CB
Complementary color
Monochromatic Colors of #BED2CB
Black with #BED2CB
Text Example
Text Example
White with #BED2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2CB; }
p { color: rgb(190,210,203); }
H1.HeaderClassName
{
color: #BED2CB;
}
.AnyTagClassName
{
color: #BED2CB;
}
</style>
background-color css
<style>
a { background-color: #BED2CB; }
a { background-color: rgb(190,210,203); }
div.DivClassName
{
background-color: #BED2CB;
}
.BgClassName
{
background-color: #BED2CB;
}
</style>
border-color css
<style>
span { border-color: #BED2CB; }
span { border-color: rgb(190,210,203); }
td.TdClassName
{
border-color: #BED2CB;
}
.TagClassName
{
border-color: #BED2CB;
}
</style>