Shades of Jet Stream #BED6CB
Tints of Jet Stream #BED6CB
RGB
CMYK
RGB Variations
Color information
#BED6CB (or 0xBED6CB) is known color: Jet Stream. HEX triplet: BE, D6 and CB. RGB value is (190,214,203). Sum of RGB (Red+Green+Blue) = 190+214+203=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6CB is #412934. Grayscale: #CDCDCD. Windows color (decimal): -4270389 or 13358782. OLE color: 13358782.
HSL color Cylindrical-coordinate representation of color #BED6CB: hue angle of 152.5º degrees, saturation: 0.23, 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 #BED6CB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 203 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.16 |
| HSL | 152.5º | 0.23% | 0.79% | - |
| HSV(B) | 152.5º | 0.11% | 0.84% | - |
| XYZ | 56.06 | 63.35 | 65.77 | - |
| YUV | 205.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 203 | 0.11 | 0 | 0.05 | 0.16 | 152.5 | 0.23 | 0.79 |
| Hex | BE | D6 | CB | B | 0 | 5 | 10 | 98 | 17 | 4F |
| Octal | 276 | 326 | 313 | 13 | 0 | 5 | 20 | 230 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11001011 | 1011 | 0 | 101 | 10000 | 10011000 | 10111 | 1001111 |
Color Harmonies of #BED6CB
Complementary color
Monochromatic Colors of #BED6CB
Black with #BED6CB
Text Example
Text Example
White with #BED6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6CB; }
p { color: rgb(190,214,203); }
H1.HeaderClassName
{
color: #BED6CB;
}
.AnyTagClassName
{
color: #BED6CB;
}
</style>
background-color css
<style>
a { background-color: #BED6CB; }
a { background-color: rgb(190,214,203); }
div.DivClassName
{
background-color: #BED6CB;
}
.BgClassName
{
background-color: #BED6CB;
}
</style>
border-color css
<style>
span { border-color: #BED6CB; }
span { border-color: rgb(190,214,203); }
td.TdClassName
{
border-color: #BED6CB;
}
.TagClassName
{
border-color: #BED6CB;
}
</style>