Shades of Jet Stream #B7D4CA
Tints of Jet Stream #B7D4CA
RGB
CMYK
RGB Variations
Color information
#B7D4CA (or 0xB7D4CA) is known color: Jet Stream. HEX triplet: B7, D4 and CA. RGB value is (183,212,202). Sum of RGB (Red+Green+Blue) = 183+212+202=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4CA is #482B35. Grayscale: #CACACA. Windows color (decimal): -4729654 or 13292727. OLE color: 13292727.
HSL color Cylindrical-coordinate representation of color #B7D4CA: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4CA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 202 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.17 |
| HSL | 159.31º | 0.25% | 0.77% | - |
| HSV(B) | 159.31º | 0.14% | 0.83% | - |
| XYZ | 53.73 | 61.42 | 64.9 | - |
| YUV | 202.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 202 | 0.14 | 0 | 0.05 | 0.17 | 159.31 | 0.25 | 0.77 |
| Hex | B7 | D4 | CA | E | 0 | 5 | 11 | 9F | 19 | 4D |
| Octal | 267 | 324 | 312 | 16 | 0 | 5 | 21 | 237 | 31 | 115 |
| Binary | 10110111 | 11010100 | 11001010 | 1110 | 0 | 101 | 10001 | 10011111 | 11001 | 1001101 |
Color Harmonies of #B7D4CA
Complementary color
Monochromatic Colors of #B7D4CA
Black with #B7D4CA
Text Example
Text Example
White with #B7D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4CA; }
p { color: rgb(183,212,202); }
H1.HeaderClassName
{
color: #B7D4CA;
}
.AnyTagClassName
{
color: #B7D4CA;
}
</style>
background-color css
<style>
a { background-color: #B7D4CA; }
a { background-color: rgb(183,212,202); }
div.DivClassName
{
background-color: #B7D4CA;
}
.BgClassName
{
background-color: #B7D4CA;
}
</style>
border-color css
<style>
span { border-color: #B7D4CA; }
span { border-color: rgb(183,212,202); }
td.TdClassName
{
border-color: #B7D4CA;
}
.TagClassName
{
border-color: #B7D4CA;
}
</style>