Shades of Jet Stream #B4D8CA
Tints of Jet Stream #B4D8CA
RGB
CMYK
RGB Variations
Color information
#B4D8CA (or 0xB4D8CA) is known color: Jet Stream. HEX triplet: B4, D8 and CA. RGB value is (180,216,202). Sum of RGB (Red+Green+Blue) = 180+216+202=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8CA is #4B2735. Grayscale: #CBCBCB. Windows color (decimal): -4925238 or 13293748. OLE color: 13293748.
HSL color Cylindrical-coordinate representation of color #B4D8CA: hue angle of 156.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D8CA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 202 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.15 |
| HSL | 156.67º | 0.32% | 0.78% | - |
| HSV(B) | 156.67º | 0.17% | 0.85% | - |
| XYZ | 54.04 | 63.08 | 65.2 | - |
| YUV | 203.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 202 | 0.17 | 0 | 0.06 | 0.15 | 156.67 | 0.32 | 0.78 |
| Hex | B4 | D8 | CA | 11 | 0 | 6 | F | 9D | 20 | 4E |
| Octal | 264 | 330 | 312 | 21 | 0 | 6 | 17 | 235 | 40 | 116 |
| Binary | 10110100 | 11011000 | 11001010 | 10001 | 0 | 110 | 1111 | 10011101 | 100000 | 1001110 |
Color Harmonies of #B4D8CA
Complementary color
Monochromatic Colors of #B4D8CA
Black with #B4D8CA
Text Example
Text Example
White with #B4D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8CA; }
p { color: rgb(180,216,202); }
H1.HeaderClassName
{
color: #B4D8CA;
}
.AnyTagClassName
{
color: #B4D8CA;
}
</style>
background-color css
<style>
a { background-color: #B4D8CA; }
a { background-color: rgb(180,216,202); }
div.DivClassName
{
background-color: #B4D8CA;
}
.BgClassName
{
background-color: #B4D8CA;
}
</style>
border-color css
<style>
span { border-color: #B4D8CA; }
span { border-color: rgb(180,216,202); }
td.TdClassName
{
border-color: #B4D8CA;
}
.TagClassName
{
border-color: #B4D8CA;
}
</style>