Shades of Jet Stream #B8D2C9
Tints of Jet Stream #B8D2C9
RGB
CMYK
RGB Variations
Color information
#B8D2C9 (or 0xB8D2C9) is known color: Jet Stream. HEX triplet: B8, D2 and C9. RGB value is (184,210,201). Sum of RGB (Red+Green+Blue) = 184+210+201=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D2C9 is #472D36. Grayscale: #C9C9C9. Windows color (decimal): -4664631 or 13226680. OLE color: 13226680.
HSL color Cylindrical-coordinate representation of color #B8D2C9: hue angle of 159.23º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D2C9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 201 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.18 |
| HSL | 159.23º | 0.22% | 0.77% | - |
| HSV(B) | 159.23º | 0.12% | 0.82% | - |
| XYZ | 53.36 | 60.5 | 64.12 | - |
| YUV | 201.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 201 | 0.12 | 0 | 0.04 | 0.18 | 159.23 | 0.22 | 0.77 |
| Hex | B8 | D2 | C9 | C | 0 | 4 | 12 | 9F | 16 | 4D |
| Octal | 270 | 322 | 311 | 14 | 0 | 4 | 22 | 237 | 26 | 115 |
| Binary | 10111000 | 11010010 | 11001001 | 1100 | 0 | 100 | 10010 | 10011111 | 10110 | 1001101 |
Color Harmonies of #B8D2C9
Complementary color
Monochromatic Colors of #B8D2C9
Black with #B8D2C9
Text Example
Text Example
White with #B8D2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2C9; }
p { color: rgb(184,210,201); }
H1.HeaderClassName
{
color: #B8D2C9;
}
.AnyTagClassName
{
color: #B8D2C9;
}
</style>
background-color css
<style>
a { background-color: #B8D2C9; }
a { background-color: rgb(184,210,201); }
div.DivClassName
{
background-color: #B8D2C9;
}
.BgClassName
{
background-color: #B8D2C9;
}
</style>
border-color css
<style>
span { border-color: #B8D2C9; }
span { border-color: rgb(184,210,201); }
td.TdClassName
{
border-color: #B8D2C9;
}
.TagClassName
{
border-color: #B8D2C9;
}
</style>