Shades of Jet Stream #B0D1C8
Tints of Jet Stream #B0D1C8
RGB
CMYK
RGB Variations
Color information
#B0D1C8 (or 0xB0D1C8) is known color: Jet Stream. HEX triplet: B0, D1 and C8. RGB value is (176,209,200). Sum of RGB (Red+Green+Blue) = 176+209+200=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1C8 is #4F2E37. Grayscale: #C6C6C6. Windows color (decimal): -5189176 or 13160880. OLE color: 13160880.
HSL color Cylindrical-coordinate representation of color #B0D1C8: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1C8 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 200 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.18 |
| HSL | 163.64º | 0.26% | 0.75% | - |
| HSV(B) | 163.64º | 0.16% | 0.82% | - |
| XYZ | 51.13 | 59 | 63.34 | - |
| YUV | 198.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 200 | 0.16 | 0 | 0.04 | 0.18 | 163.64 | 0.26 | 0.75 |
| Hex | B0 | D1 | C8 | 10 | 0 | 4 | 12 | A4 | 1A | 4B |
| Octal | 260 | 321 | 310 | 20 | 0 | 4 | 22 | 244 | 32 | 113 |
| Binary | 10110000 | 11010001 | 11001000 | 10000 | 0 | 100 | 10010 | 10100100 | 11010 | 1001011 |
Color Harmonies of #B0D1C8
Complementary color
Monochromatic Colors of #B0D1C8
Black with #B0D1C8
Text Example
Text Example
White with #B0D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1C8; }
p { color: rgb(176,209,200); }
H1.HeaderClassName
{
color: #B0D1C8;
}
.AnyTagClassName
{
color: #B0D1C8;
}
</style>
background-color css
<style>
a { background-color: #B0D1C8; }
a { background-color: rgb(176,209,200); }
div.DivClassName
{
background-color: #B0D1C8;
}
.BgClassName
{
background-color: #B0D1C8;
}
</style>
border-color css
<style>
span { border-color: #B0D1C8; }
span { border-color: rgb(176,209,200); }
td.TdClassName
{
border-color: #B0D1C8;
}
.TagClassName
{
border-color: #B0D1C8;
}
</style>