Shades of Jet Stream #B7D5CA
Tints of Jet Stream #B7D5CA
RGB
CMYK
RGB Variations
Color information
#B7D5CA (or 0xB7D5CA) is known color: Jet Stream. HEX triplet: B7, D5 and CA. RGB value is (183,213,202). Sum of RGB (Red+Green+Blue) = 183+213+202=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5CA is #482A35. Grayscale: #CACACA. Windows color (decimal): -4729398 or 13292983. OLE color: 13292983.
HSL color Cylindrical-coordinate representation of color #B7D5CA: hue angle of 158º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D5CA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 202 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.16 |
| HSL | 158º | 0.26% | 0.78% | - |
| HSV(B) | 158º | 0.14% | 0.84% | - |
| XYZ | 53.98 | 61.92 | 64.98 | - |
| YUV | 202.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 202 | 0.14 | 0 | 0.05 | 0.16 | 158 | 0.26 | 0.78 |
| Hex | B7 | D5 | CA | E | 0 | 5 | 10 | 9E | 1A | 4E |
| Octal | 267 | 325 | 312 | 16 | 0 | 5 | 20 | 236 | 32 | 116 |
| Binary | 10110111 | 11010101 | 11001010 | 1110 | 0 | 101 | 10000 | 10011110 | 11010 | 1001110 |
Color Harmonies of #B7D5CA
Complementary color
Monochromatic Colors of #B7D5CA
Black with #B7D5CA
Text Example
Text Example
White with #B7D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5CA; }
p { color: rgb(183,213,202); }
H1.HeaderClassName
{
color: #B7D5CA;
}
.AnyTagClassName
{
color: #B7D5CA;
}
</style>
background-color css
<style>
a { background-color: #B7D5CA; }
a { background-color: rgb(183,213,202); }
div.DivClassName
{
background-color: #B7D5CA;
}
.BgClassName
{
background-color: #B7D5CA;
}
</style>
border-color css
<style>
span { border-color: #B7D5CA; }
span { border-color: rgb(183,213,202); }
td.TdClassName
{
border-color: #B7D5CA;
}
.TagClassName
{
border-color: #B7D5CA;
}
</style>