Shades of Jet Stream #BED6CA
Tints of Jet Stream #BED6CA
RGB
CMYK
RGB Variations
Color information
#BED6CA (or 0xBED6CA) is known color: Jet Stream. HEX triplet: BE, D6 and CA. RGB value is (190,214,202). Sum of RGB (Red+Green+Blue) = 190+214+202=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6CA is #412935. Grayscale: #CDCDCD. Windows color (decimal): -4270390 or 13293246. OLE color: 13293246.
HSL color Cylindrical-coordinate representation of color #BED6CA: hue angle of 150º 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 #BED6CA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 202 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.16 |
| HSL | 150º | 0.23% | 0.79% | - |
| HSV(B) | 150º | 0.11% | 0.84% | - |
| XYZ | 55.94 | 63.3 | 65.15 | - |
| YUV | 205.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 202 | 0.11 | 0 | 0.06 | 0.16 | 150 | 0.23 | 0.79 |
| Hex | BE | D6 | CA | B | 0 | 6 | 10 | 96 | 17 | 4F |
| Octal | 276 | 326 | 312 | 13 | 0 | 6 | 20 | 226 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11001010 | 1011 | 0 | 110 | 10000 | 10010110 | 10111 | 1001111 |
Color Harmonies of #BED6CA
Complementary color
Monochromatic Colors of #BED6CA
Black with #BED6CA
Text Example
Text Example
White with #BED6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6CA; }
p { color: rgb(190,214,202); }
H1.HeaderClassName
{
color: #BED6CA;
}
.AnyTagClassName
{
color: #BED6CA;
}
</style>
background-color css
<style>
a { background-color: #BED6CA; }
a { background-color: rgb(190,214,202); }
div.DivClassName
{
background-color: #BED6CA;
}
.BgClassName
{
background-color: #BED6CA;
}
</style>
border-color css
<style>
span { border-color: #BED6CA; }
span { border-color: rgb(190,214,202); }
td.TdClassName
{
border-color: #BED6CA;
}
.TagClassName
{
border-color: #BED6CA;
}
</style>