Shades of Jet Stream #B1DAC8
Tints of Jet Stream #B1DAC8
RGB
CMYK
RGB Variations
Color information
#B1DAC8 (or 0xB1DAC8) is known color: Jet Stream. HEX triplet: B1, DA and C8. RGB value is (177,218,200). Sum of RGB (Red+Green+Blue) = 177+218+200=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAC8 is #4E2537. Grayscale: #CBCBCB. Windows color (decimal): -5121336 or 13163185. OLE color: 13163185.
HSL color Cylindrical-coordinate representation of color #B1DAC8: hue angle of 153.66º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DAC8 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 200 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.15 |
| HSL | 153.66º | 0.36% | 0.77% | - |
| HSV(B) | 153.66º | 0.19% | 0.85% | - |
| XYZ | 53.63 | 63.66 | 64.1 | - |
| YUV | 203.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 200 | 0.19 | 0 | 0.08 | 0.15 | 153.66 | 0.36 | 0.77 |
| Hex | B1 | DA | C8 | 13 | 0 | 8 | F | 9A | 24 | 4D |
| Octal | 261 | 332 | 310 | 23 | 0 | 10 | 17 | 232 | 44 | 115 |
| Binary | 10110001 | 11011010 | 11001000 | 10011 | 0 | 1000 | 1111 | 10011010 | 100100 | 1001101 |
Color Harmonies of #B1DAC8
Complementary color
Monochromatic Colors of #B1DAC8
Black with #B1DAC8
Text Example
Text Example
White with #B1DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAC8; }
p { color: rgb(177,218,200); }
H1.HeaderClassName
{
color: #B1DAC8;
}
.AnyTagClassName
{
color: #B1DAC8;
}
</style>
background-color css
<style>
a { background-color: #B1DAC8; }
a { background-color: rgb(177,218,200); }
div.DivClassName
{
background-color: #B1DAC8;
}
.BgClassName
{
background-color: #B1DAC8;
}
</style>
border-color css
<style>
span { border-color: #B1DAC8; }
span { border-color: rgb(177,218,200); }
td.TdClassName
{
border-color: #B1DAC8;
}
.TagClassName
{
border-color: #B1DAC8;
}
</style>