Shades of Jet Stream #BED4CB
Tints of Jet Stream #BED4CB
RGB
CMYK
RGB Variations
Color information
#BED4CB (or 0xBED4CB) is known color: Jet Stream. HEX triplet: BE, D4 and CB. RGB value is (190,212,203). Sum of RGB (Red+Green+Blue) = 190+212+203=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4CB is #412B34. Grayscale: #CCCCCC. Windows color (decimal): -4270901 or 13358270. OLE color: 13358270.
HSL color Cylindrical-coordinate representation of color #BED4CB: hue angle of 155.45º degrees, saturation: 0.2, 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 #BED4CB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 203 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.17 |
| HSL | 155.45º | 0.2% | 0.79% | - |
| HSV(B) | 155.45º | 0.1% | 0.83% | - |
| XYZ | 55.56 | 62.35 | 65.61 | - |
| YUV | 204.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 203 | 0.10 | 0 | 0.04 | 0.17 | 155.45 | 0.2 | 0.79 |
| Hex | BE | D4 | CB | A | 0 | 4 | 11 | 9B | 14 | 4F |
| Octal | 276 | 324 | 313 | 12 | 0 | 4 | 21 | 233 | 24 | 117 |
| Binary | 10111110 | 11010100 | 11001011 | 1010 | 0 | 100 | 10001 | 10011011 | 10100 | 1001111 |
Color Harmonies of #BED4CB
Complementary color
Monochromatic Colors of #BED4CB
Black with #BED4CB
Text Example
Text Example
White with #BED4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4CB; }
p { color: rgb(190,212,203); }
H1.HeaderClassName
{
color: #BED4CB;
}
.AnyTagClassName
{
color: #BED4CB;
}
</style>
background-color css
<style>
a { background-color: #BED4CB; }
a { background-color: rgb(190,212,203); }
div.DivClassName
{
background-color: #BED4CB;
}
.BgClassName
{
background-color: #BED4CB;
}
</style>
border-color css
<style>
span { border-color: #BED4CB; }
span { border-color: rgb(190,212,203); }
td.TdClassName
{
border-color: #BED4CB;
}
.TagClassName
{
border-color: #BED4CB;
}
</style>