Shades of Jet Stream #B8DACD
Tints of Jet Stream #B8DACD
RGB
CMYK
RGB Variations
Color information
#B8DACD (or 0xB8DACD) is known color: Jet Stream. HEX triplet: B8, DA and CD. RGB value is (184,218,205). Sum of RGB (Red+Green+Blue) = 184+218+205=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACD is #472532. Grayscale: #CECECE. Windows color (decimal): -4662579 or 13490872. OLE color: 13490872.
HSL color Cylindrical-coordinate representation of color #B8DACD: hue angle of 157.06º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DACD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 205 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.15 |
| HSL | 157.06º | 0.31% | 0.79% | - |
| HSV(B) | 157.06º | 0.16% | 0.85% | - |
| XYZ | 55.86 | 64.74 | 67.31 | - |
| YUV | 206.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 205 | 0.16 | 0 | 0.06 | 0.15 | 157.06 | 0.31 | 0.79 |
| Hex | B8 | DA | CD | 10 | 0 | 6 | F | 9D | 1F | 4F |
| Octal | 270 | 332 | 315 | 20 | 0 | 6 | 17 | 235 | 37 | 117 |
| Binary | 10111000 | 11011010 | 11001101 | 10000 | 0 | 110 | 1111 | 10011101 | 11111 | 1001111 |
Color Harmonies of #B8DACD
Complementary color
Monochromatic Colors of #B8DACD
Black with #B8DACD
Text Example
Text Example
White with #B8DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DACD; }
p { color: rgb(184,218,205); }
H1.HeaderClassName
{
color: #B8DACD;
}
.AnyTagClassName
{
color: #B8DACD;
}
</style>
background-color css
<style>
a { background-color: #B8DACD; }
a { background-color: rgb(184,218,205); }
div.DivClassName
{
background-color: #B8DACD;
}
.BgClassName
{
background-color: #B8DACD;
}
</style>
border-color css
<style>
span { border-color: #B8DACD; }
span { border-color: rgb(184,218,205); }
td.TdClassName
{
border-color: #B8DACD;
}
.TagClassName
{
border-color: #B8DACD;
}
</style>