Shades of Jet Stream #B8D4CE
Tints of Jet Stream #B8D4CE
RGB
CMYK
RGB Variations
Color information
#B8D4CE (or 0xB8D4CE) is known color: Jet Stream. HEX triplet: B8, D4 and CE. RGB value is (184,212,206). Sum of RGB (Red+Green+Blue) = 184+212+206=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D4CE is #472B31. Grayscale: #CACACA. Windows color (decimal): -4664114 or 13554872. OLE color: 13554872.
HSL color Cylindrical-coordinate representation of color #B8D4CE: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D4CE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 206 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.17 |
| HSL | 167.14º | 0.25% | 0.78% | - |
| HSV(B) | 167.14º | 0.13% | 0.83% | - |
| XYZ | 54.45 | 61.73 | 67.44 | - |
| YUV | 202.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 206 | 0.13 | 0 | 0.03 | 0.17 | 167.14 | 0.25 | 0.78 |
| Hex | B8 | D4 | CE | D | 0 | 3 | 11 | A7 | 19 | 4E |
| Octal | 270 | 324 | 316 | 15 | 0 | 3 | 21 | 247 | 31 | 116 |
| Binary | 10111000 | 11010100 | 11001110 | 1101 | 0 | 11 | 10001 | 10100111 | 11001 | 1001110 |
Color Harmonies of #B8D4CE
Complementary color
Monochromatic Colors of #B8D4CE
Black with #B8D4CE
Text Example
Text Example
White with #B8D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D4CE; }
p { color: rgb(184,212,206); }
H1.HeaderClassName
{
color: #B8D4CE;
}
.AnyTagClassName
{
color: #B8D4CE;
}
</style>
background-color css
<style>
a { background-color: #B8D4CE; }
a { background-color: rgb(184,212,206); }
div.DivClassName
{
background-color: #B8D4CE;
}
.BgClassName
{
background-color: #B8D4CE;
}
</style>
border-color css
<style>
span { border-color: #B8D4CE; }
span { border-color: rgb(184,212,206); }
td.TdClassName
{
border-color: #B8D4CE;
}
.TagClassName
{
border-color: #B8D4CE;
}
</style>