Shades of Jet Stream #B4D7C9
Tints of Jet Stream #B4D7C9
RGB
CMYK
RGB Variations
Color information
#B4D7C9 (or 0xB4D7C9) is known color: Jet Stream. HEX triplet: B4, D7 and C9. RGB value is (180,215,201). Sum of RGB (Red+Green+Blue) = 180+215+201=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7C9 is #4B2836. Grayscale: #CACACA. Windows color (decimal): -4925495 or 13227956. OLE color: 13227956.
HSL color Cylindrical-coordinate representation of color #B4D7C9: hue angle of 156º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D7C9 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 215 | 201 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.16 |
| HSL | 156º | 0.3% | 0.77% | - |
| HSV(B) | 156º | 0.16% | 0.84% | - |
| XYZ | 53.67 | 62.52 | 64.5 | - |
| YUV | 202.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 201 | 0.16 | 0 | 0.07 | 0.16 | 156 | 0.3 | 0.77 |
| Hex | B4 | D7 | C9 | 10 | 0 | 7 | 10 | 9C | 1E | 4D |
| Octal | 264 | 327 | 311 | 20 | 0 | 7 | 20 | 234 | 36 | 115 |
| Binary | 10110100 | 11010111 | 11001001 | 10000 | 0 | 111 | 10000 | 10011100 | 11110 | 1001101 |
Color Harmonies of #B4D7C9
Complementary color
Monochromatic Colors of #B4D7C9
Black with #B4D7C9
Text Example
Text Example
White with #B4D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D7C9; }
p { color: rgb(180,215,201); }
H1.HeaderClassName
{
color: #B4D7C9;
}
.AnyTagClassName
{
color: #B4D7C9;
}
</style>
background-color css
<style>
a { background-color: #B4D7C9; }
a { background-color: rgb(180,215,201); }
div.DivClassName
{
background-color: #B4D7C9;
}
.BgClassName
{
background-color: #B4D7C9;
}
</style>
border-color css
<style>
span { border-color: #B4D7C9; }
span { border-color: rgb(180,215,201); }
td.TdClassName
{
border-color: #B4D7C9;
}
.TagClassName
{
border-color: #B4D7C9;
}
</style>