Shades of Jet Stream #B7D7CA
Tints of Jet Stream #B7D7CA
RGB
CMYK
RGB Variations
Color information
#B7D7CA (or 0xB7D7CA) is known color: Jet Stream. HEX triplet: B7, D7 and CA. RGB value is (183,215,202). Sum of RGB (Red+Green+Blue) = 183+215+202=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7CA is #482835. Grayscale: #CBCBCB. Windows color (decimal): -4728886 or 13293495. OLE color: 13293495.
HSL color Cylindrical-coordinate representation of color #B7D7CA: hue angle of 155.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D7CA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 202 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.16 |
| HSL | 155.63º | 0.29% | 0.78% | - |
| HSV(B) | 155.63º | 0.15% | 0.84% | - |
| XYZ | 54.49 | 62.93 | 65.15 | - |
| YUV | 203.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 202 | 0.15 | 0 | 0.06 | 0.16 | 155.63 | 0.29 | 0.78 |
| Hex | B7 | D7 | CA | F | 0 | 6 | 10 | 9C | 1D | 4E |
| Octal | 267 | 327 | 312 | 17 | 0 | 6 | 20 | 234 | 35 | 116 |
| Binary | 10110111 | 11010111 | 11001010 | 1111 | 0 | 110 | 10000 | 10011100 | 11101 | 1001110 |
Color Harmonies of #B7D7CA
Complementary color
Monochromatic Colors of #B7D7CA
Black with #B7D7CA
Text Example
Text Example
White with #B7D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D7CA; }
p { color: rgb(183,215,202); }
H1.HeaderClassName
{
color: #B7D7CA;
}
.AnyTagClassName
{
color: #B7D7CA;
}
</style>
background-color css
<style>
a { background-color: #B7D7CA; }
a { background-color: rgb(183,215,202); }
div.DivClassName
{
background-color: #B7D7CA;
}
.BgClassName
{
background-color: #B7D7CA;
}
</style>
border-color css
<style>
span { border-color: #B7D7CA; }
span { border-color: rgb(183,215,202); }
td.TdClassName
{
border-color: #B7D7CA;
}
.TagClassName
{
border-color: #B7D7CA;
}
</style>