Shades of Jet Stream #B8D5CA
Tints of Jet Stream #B8D5CA
RGB
CMYK
RGB Variations
Color information
#B8D5CA (or 0xB8D5CA) is known color: Jet Stream. HEX triplet: B8, D5 and CA. RGB value is (184,213,202). Sum of RGB (Red+Green+Blue) = 184+213+202=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5CA is #472A35. Grayscale: #CBCBCB. Windows color (decimal): -4663862 or 13292984. OLE color: 13292984.
HSL color Cylindrical-coordinate representation of color #B8D5CA: hue angle of 157.24º 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 #B8D5CA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 202 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.16 |
| HSL | 157.24º | 0.26% | 0.78% | - |
| HSV(B) | 157.24º | 0.14% | 0.84% | - |
| XYZ | 54.22 | 62.04 | 64.99 | - |
| YUV | 203.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 202 | 0.14 | 0 | 0.05 | 0.16 | 157.24 | 0.26 | 0.78 |
| Hex | B8 | D5 | CA | E | 0 | 5 | 10 | 9D | 1A | 4E |
| Octal | 270 | 325 | 312 | 16 | 0 | 5 | 20 | 235 | 32 | 116 |
| Binary | 10111000 | 11010101 | 11001010 | 1110 | 0 | 101 | 10000 | 10011101 | 11010 | 1001110 |
Color Harmonies of #B8D5CA
Complementary color
Monochromatic Colors of #B8D5CA
Black with #B8D5CA
Text Example
Text Example
White with #B8D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5CA; }
p { color: rgb(184,213,202); }
H1.HeaderClassName
{
color: #B8D5CA;
}
.AnyTagClassName
{
color: #B8D5CA;
}
</style>
background-color css
<style>
a { background-color: #B8D5CA; }
a { background-color: rgb(184,213,202); }
div.DivClassName
{
background-color: #B8D5CA;
}
.BgClassName
{
background-color: #B8D5CA;
}
</style>
border-color css
<style>
span { border-color: #B8D5CA; }
span { border-color: rgb(184,213,202); }
td.TdClassName
{
border-color: #B8D5CA;
}
.TagClassName
{
border-color: #B8D5CA;
}
</style>