Shades of Jet Stream #B9DAC9
Tints of Jet Stream #B9DAC9
RGB
CMYK
RGB Variations
Color information
#B9DAC9 (or 0xB9DAC9) is known color: Jet Stream. HEX triplet: B9, DA and C9. RGB value is (185,218,201). Sum of RGB (Red+Green+Blue) = 185+218+201=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC9 is #462536. Grayscale: #CECECE. Windows color (decimal): -4597047 or 13228729. OLE color: 13228729.
HSL color Cylindrical-coordinate representation of color #B9DAC9: hue angle of 149.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DAC9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 201 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.15 |
| HSL | 149.09º | 0.31% | 0.79% | - |
| HSV(B) | 149.09º | 0.15% | 0.85% | - |
| XYZ | 55.62 | 64.67 | 64.81 | - |
| YUV | 206.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 201 | 0.15 | 0 | 0.08 | 0.15 | 149.09 | 0.31 | 0.79 |
| Hex | B9 | DA | C9 | F | 0 | 8 | F | 95 | 1F | 4F |
| Octal | 271 | 332 | 311 | 17 | 0 | 10 | 17 | 225 | 37 | 117 |
| Binary | 10111001 | 11011010 | 11001001 | 1111 | 0 | 1000 | 1111 | 10010101 | 11111 | 1001111 |
Color Harmonies of #B9DAC9
Complementary color
Monochromatic Colors of #B9DAC9
Black with #B9DAC9
Text Example
Text Example
White with #B9DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAC9; }
p { color: rgb(185,218,201); }
H1.HeaderClassName
{
color: #B9DAC9;
}
.AnyTagClassName
{
color: #B9DAC9;
}
</style>
background-color css
<style>
a { background-color: #B9DAC9; }
a { background-color: rgb(185,218,201); }
div.DivClassName
{
background-color: #B9DAC9;
}
.BgClassName
{
background-color: #B9DAC9;
}
</style>
border-color css
<style>
span { border-color: #B9DAC9; }
span { border-color: rgb(185,218,201); }
td.TdClassName
{
border-color: #B9DAC9;
}
.TagClassName
{
border-color: #B9DAC9;
}
</style>