Shades of Jet Stream #B8D7CA
Tints of Jet Stream #B8D7CA
RGB
CMYK
RGB Variations
Color information
#B8D7CA (or 0xB8D7CA) is known color: Jet Stream. HEX triplet: B8, D7 and CA. RGB value is (184,215,202). Sum of RGB (Red+Green+Blue) = 184+215+202=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7CA is #472835. Grayscale: #CCCCCC. Windows color (decimal): -4663350 or 13293496. OLE color: 13293496.
HSL color Cylindrical-coordinate representation of color #B8D7CA: hue angle of 154.84º degrees, saturation: 0.28, 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 #B8D7CA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 202 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.16 |
| HSL | 154.84º | 0.28% | 0.78% | - |
| HSV(B) | 154.84º | 0.14% | 0.84% | - |
| XYZ | 54.73 | 63.06 | 65.16 | - |
| YUV | 204.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 202 | 0.14 | 0 | 0.06 | 0.16 | 154.84 | 0.28 | 0.78 |
| Hex | B8 | D7 | CA | E | 0 | 6 | 10 | 9B | 1C | 4E |
| Octal | 270 | 327 | 312 | 16 | 0 | 6 | 20 | 233 | 34 | 116 |
| Binary | 10111000 | 11010111 | 11001010 | 1110 | 0 | 110 | 10000 | 10011011 | 11100 | 1001110 |
Color Harmonies of #B8D7CA
Complementary color
Monochromatic Colors of #B8D7CA
Black with #B8D7CA
Text Example
Text Example
White with #B8D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7CA; }
p { color: rgb(184,215,202); }
H1.HeaderClassName
{
color: #B8D7CA;
}
.AnyTagClassName
{
color: #B8D7CA;
}
</style>
background-color css
<style>
a { background-color: #B8D7CA; }
a { background-color: rgb(184,215,202); }
div.DivClassName
{
background-color: #B8D7CA;
}
.BgClassName
{
background-color: #B8D7CA;
}
</style>
border-color css
<style>
span { border-color: #B8D7CA; }
span { border-color: rgb(184,215,202); }
td.TdClassName
{
border-color: #B8D7CA;
}
.TagClassName
{
border-color: #B8D7CA;
}
</style>