Shades of Jet Stream #B4DDC9
Tints of Jet Stream #B4DDC9
RGB
CMYK
RGB Variations
Color information
#B4DDC9 (or 0xB4DDC9) is known color: Jet Stream. HEX triplet: B4, DD and C9. RGB value is (180,221,201). Sum of RGB (Red+Green+Blue) = 180+221+201=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDC9 is #4B2236. Grayscale: #CECECE. Windows color (decimal): -4923959 or 13229492. OLE color: 13229492.
HSL color Cylindrical-coordinate representation of color #B4DDC9: hue angle of 150.73º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDC9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 201 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.13 |
| HSL | 150.73º | 0.38% | 0.79% | - |
| HSV(B) | 150.73º | 0.19% | 0.87% | - |
| XYZ | 55.22 | 65.63 | 65.02 | - |
| YUV | 206.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 201 | 0.19 | 0 | 0.09 | 0.13 | 150.73 | 0.38 | 0.79 |
| Hex | B4 | DD | C9 | 13 | 0 | 9 | D | 97 | 26 | 4F |
| Octal | 264 | 335 | 311 | 23 | 0 | 11 | 15 | 227 | 46 | 117 |
| Binary | 10110100 | 11011101 | 11001001 | 10011 | 0 | 1001 | 1101 | 10010111 | 100110 | 1001111 |
Color Harmonies of #B4DDC9
Complementary color
Monochromatic Colors of #B4DDC9
Black with #B4DDC9
Text Example
Text Example
White with #B4DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDC9; }
p { color: rgb(180,221,201); }
H1.HeaderClassName
{
color: #B4DDC9;
}
.AnyTagClassName
{
color: #B4DDC9;
}
</style>
background-color css
<style>
a { background-color: #B4DDC9; }
a { background-color: rgb(180,221,201); }
div.DivClassName
{
background-color: #B4DDC9;
}
.BgClassName
{
background-color: #B4DDC9;
}
</style>
border-color css
<style>
span { border-color: #B4DDC9; }
span { border-color: rgb(180,221,201); }
td.TdClassName
{
border-color: #B4DDC9;
}
.TagClassName
{
border-color: #B4DDC9;
}
</style>