Shades of Jet Stream #BED0CA
Tints of Jet Stream #BED0CA
RGB
CMYK
RGB Variations
Color information
#BED0CA (or 0xBED0CA) is known color: Jet Stream. HEX triplet: BE, D0 and CA. RGB value is (190,208,202). Sum of RGB (Red+Green+Blue) = 190+208+202=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0CA is #412F35. Grayscale: #C9C9C9. Windows color (decimal): -4271926 or 13291710. OLE color: 13291710.
HSL color Cylindrical-coordinate representation of color #BED0CA: hue angle of 160º 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 #BED0CA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 202 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.18 |
| HSL | 160º | 0.16% | 0.78% | - |
| HSV(B) | 160º | 0.09% | 0.82% | - |
| XYZ | 54.45 | 60.32 | 64.65 | - |
| YUV | 201.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 202 | 0.09 | 0 | 0.03 | 0.18 | 160 | 0.16 | 0.78 |
| Hex | BE | D0 | CA | 9 | 0 | 3 | 12 | A0 | 10 | 4E |
| Octal | 276 | 320 | 312 | 11 | 0 | 3 | 22 | 240 | 20 | 116 |
| Binary | 10111110 | 11010000 | 11001010 | 1001 | 0 | 11 | 10010 | 10100000 | 10000 | 1001110 |
Color Harmonies of #BED0CA
Complementary color
Monochromatic Colors of #BED0CA
Black with #BED0CA
Text Example
Text Example
White with #BED0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0CA; }
p { color: rgb(190,208,202); }
H1.HeaderClassName
{
color: #BED0CA;
}
.AnyTagClassName
{
color: #BED0CA;
}
</style>
background-color css
<style>
a { background-color: #BED0CA; }
a { background-color: rgb(190,208,202); }
div.DivClassName
{
background-color: #BED0CA;
}
.BgClassName
{
background-color: #BED0CA;
}
</style>
border-color css
<style>
span { border-color: #BED0CA; }
span { border-color: rgb(190,208,202); }
td.TdClassName
{
border-color: #BED0CA;
}
.TagClassName
{
border-color: #BED0CA;
}
</style>