Shades of Jet Stream #B4D8C7
Tints of Jet Stream #B4D8C7
RGB
CMYK
RGB Variations
Color information
#B4D8C7 (or 0xB4D8C7) is known color: Jet Stream. HEX triplet: B4, D8 and C7. RGB value is (180,216,199). Sum of RGB (Red+Green+Blue) = 180+216+199=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8C7 is #4B2738. Grayscale: #CBCBCB. Windows color (decimal): -4925241 or 13097140. OLE color: 13097140.
HSL color Cylindrical-coordinate representation of color #B4D8C7: hue angle of 151.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 #B4D8C7 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 199 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.15 |
| HSL | 151.67º | 0.32% | 0.78% | - |
| HSV(B) | 151.67º | 0.17% | 0.85% | - |
| XYZ | 53.69 | 62.94 | 63.35 | - |
| YUV | 203.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 199 | 0.17 | 0 | 0.08 | 0.15 | 151.67 | 0.32 | 0.78 |
| Hex | B4 | D8 | C7 | 11 | 0 | 8 | F | 98 | 20 | 4E |
| Octal | 264 | 330 | 307 | 21 | 0 | 10 | 17 | 230 | 40 | 116 |
| Binary | 10110100 | 11011000 | 11000111 | 10001 | 0 | 1000 | 1111 | 10011000 | 100000 | 1001110 |
Color Harmonies of #B4D8C7
Complementary color
Monochromatic Colors of #B4D8C7
Black with #B4D8C7
Text Example
Text Example
White with #B4D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8C7; }
p { color: rgb(180,216,199); }
H1.HeaderClassName
{
color: #B4D8C7;
}
.AnyTagClassName
{
color: #B4D8C7;
}
</style>
background-color css
<style>
a { background-color: #B4D8C7; }
a { background-color: rgb(180,216,199); }
div.DivClassName
{
background-color: #B4D8C7;
}
.BgClassName
{
background-color: #B4D8C7;
}
</style>
border-color css
<style>
span { border-color: #B4D8C7; }
span { border-color: rgb(180,216,199); }
td.TdClassName
{
border-color: #B4D8C7;
}
.TagClassName
{
border-color: #B4D8C7;
}
</style>