Shades of Jet Stream #B8DBCE
Tints of Jet Stream #B8DBCE
RGB
CMYK
RGB Variations
Color information
#B8DBCE (or 0xB8DBCE) is known color: Jet Stream. HEX triplet: B8, DB and CE. RGB value is (184,219,206). Sum of RGB (Red+Green+Blue) = 184+219+206=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBCE is #472431. Grayscale: #CFCFCF. Windows color (decimal): -4662322 or 13556664. OLE color: 13556664.
HSL color Cylindrical-coordinate representation of color #B8DBCE: hue angle of 157.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DBCE is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 206 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.14 |
| HSL | 157.71º | 0.33% | 0.79% | - |
| HSV(B) | 157.71º | 0.16% | 0.86% | - |
| XYZ | 56.24 | 65.31 | 68.03 | - |
| YUV | 207.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 206 | 0.16 | 0 | 0.06 | 0.14 | 157.71 | 0.33 | 0.79 |
| Hex | B8 | DB | CE | 10 | 0 | 6 | E | 9E | 21 | 4F |
| Octal | 270 | 333 | 316 | 20 | 0 | 6 | 16 | 236 | 41 | 117 |
| Binary | 10111000 | 11011011 | 11001110 | 10000 | 0 | 110 | 1110 | 10011110 | 100001 | 1001111 |
Color Harmonies of #B8DBCE
Complementary color
Monochromatic Colors of #B8DBCE
Black with #B8DBCE
Text Example
Text Example
White with #B8DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBCE; }
p { color: rgb(184,219,206); }
H1.HeaderClassName
{
color: #B8DBCE;
}
.AnyTagClassName
{
color: #B8DBCE;
}
</style>
background-color css
<style>
a { background-color: #B8DBCE; }
a { background-color: rgb(184,219,206); }
div.DivClassName
{
background-color: #B8DBCE;
}
.BgClassName
{
background-color: #B8DBCE;
}
</style>
border-color css
<style>
span { border-color: #B8DBCE; }
span { border-color: rgb(184,219,206); }
td.TdClassName
{
border-color: #B8DBCE;
}
.TagClassName
{
border-color: #B8DBCE;
}
</style>