Shades of Jet Stream #B4D8C8
Tints of Jet Stream #B4D8C8
RGB
CMYK
RGB Variations
Color information
#B4D8C8 (or 0xB4D8C8) is known color: Jet Stream. HEX triplet: B4, D8 and C8. RGB value is (180,216,200). Sum of RGB (Red+Green+Blue) = 180+216+200=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8C8 is #4B2737. Grayscale: #CBCBCB. Windows color (decimal): -4925240 or 13162676. OLE color: 13162676.
HSL color Cylindrical-coordinate representation of color #B4D8C8: hue angle of 153.33º 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 #B4D8C8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 200 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.15 |
| HSL | 153.33º | 0.32% | 0.78% | - |
| HSV(B) | 153.33º | 0.17% | 0.85% | - |
| XYZ | 53.8 | 62.99 | 63.97 | - |
| YUV | 203.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 200 | 0.17 | 0 | 0.07 | 0.15 | 153.33 | 0.32 | 0.78 |
| Hex | B4 | D8 | C8 | 11 | 0 | 7 | F | 99 | 20 | 4E |
| Octal | 264 | 330 | 310 | 21 | 0 | 7 | 17 | 231 | 40 | 116 |
| Binary | 10110100 | 11011000 | 11001000 | 10001 | 0 | 111 | 1111 | 10011001 | 100000 | 1001110 |
Color Harmonies of #B4D8C8
Complementary color
Monochromatic Colors of #B4D8C8
Black with #B4D8C8
Text Example
Text Example
White with #B4D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8C8; }
p { color: rgb(180,216,200); }
H1.HeaderClassName
{
color: #B4D8C8;
}
.AnyTagClassName
{
color: #B4D8C8;
}
</style>
background-color css
<style>
a { background-color: #B4D8C8; }
a { background-color: rgb(180,216,200); }
div.DivClassName
{
background-color: #B4D8C8;
}
.BgClassName
{
background-color: #B4D8C8;
}
</style>
border-color css
<style>
span { border-color: #B4D8C8; }
span { border-color: rgb(180,216,200); }
td.TdClassName
{
border-color: #B4D8C8;
}
.TagClassName
{
border-color: #B4D8C8;
}
</style>