Shades of Jet Stream #B5DAC7
Tints of Jet Stream #B5DAC7
RGB
CMYK
RGB Variations
Color information
#B5DAC7 (or 0xB5DAC7) is known color: Jet Stream. HEX triplet: B5, DA and C7. RGB value is (181,218,199). Sum of RGB (Red+Green+Blue) = 181+218+199=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAC7 is #4A2538. Grayscale: #CCCCCC. Windows color (decimal): -4859193 or 13097653. OLE color: 13097653.
HSL color Cylindrical-coordinate representation of color #B5DAC7: hue angle of 149.19º degrees, saturation: 0.33, 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 #B5DAC7 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 199 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.15 |
| HSL | 149.19º | 0.33% | 0.78% | - |
| HSV(B) | 149.19º | 0.17% | 0.85% | - |
| XYZ | 54.44 | 64.09 | 63.53 | - |
| YUV | 204.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 199 | 0.17 | 0 | 0.09 | 0.15 | 149.19 | 0.33 | 0.78 |
| Hex | B5 | DA | C7 | 11 | 0 | 9 | F | 95 | 21 | 4E |
| Octal | 265 | 332 | 307 | 21 | 0 | 11 | 17 | 225 | 41 | 116 |
| Binary | 10110101 | 11011010 | 11000111 | 10001 | 0 | 1001 | 1111 | 10010101 | 100001 | 1001110 |
Color Harmonies of #B5DAC7
Complementary color
Monochromatic Colors of #B5DAC7
Black with #B5DAC7
Text Example
Text Example
White with #B5DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAC7; }
p { color: rgb(181,218,199); }
H1.HeaderClassName
{
color: #B5DAC7;
}
.AnyTagClassName
{
color: #B5DAC7;
}
</style>
background-color css
<style>
a { background-color: #B5DAC7; }
a { background-color: rgb(181,218,199); }
div.DivClassName
{
background-color: #B5DAC7;
}
.BgClassName
{
background-color: #B5DAC7;
}
</style>
border-color css
<style>
span { border-color: #B5DAC7; }
span { border-color: rgb(181,218,199); }
td.TdClassName
{
border-color: #B5DAC7;
}
.TagClassName
{
border-color: #B5DAC7;
}
</style>