Shades of Jet Stream #B0D0C5
Tints of Jet Stream #B0D0C5
RGB
CMYK
RGB Variations
Color information
#B0D0C5 (or 0xB0D0C5) is known color: Jet Stream. HEX triplet: B0, D0 and C5. RGB value is (176,208,197). Sum of RGB (Red+Green+Blue) = 176+208+197=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0C5 is #4F2F3A. Grayscale: #C5C5C5. Windows color (decimal): -5189435 or 12964016. OLE color: 12964016.
HSL color Cylindrical-coordinate representation of color #B0D0C5: hue angle of 159.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0C5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 197 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.18 |
| HSL | 159.38º | 0.25% | 0.75% | - |
| HSV(B) | 159.38º | 0.15% | 0.82% | - |
| XYZ | 50.54 | 58.37 | 61.43 | - |
| YUV | 197.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 197 | 0.15 | 0 | 0.05 | 0.18 | 159.38 | 0.25 | 0.75 |
| Hex | B0 | D0 | C5 | F | 0 | 5 | 12 | 9F | 19 | 4B |
| Octal | 260 | 320 | 305 | 17 | 0 | 5 | 22 | 237 | 31 | 113 |
| Binary | 10110000 | 11010000 | 11000101 | 1111 | 0 | 101 | 10010 | 10011111 | 11001 | 1001011 |
Color Harmonies of #B0D0C5
Complementary color
Monochromatic Colors of #B0D0C5
Black with #B0D0C5
Text Example
Text Example
White with #B0D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0C5; }
p { color: rgb(176,208,197); }
H1.HeaderClassName
{
color: #B0D0C5;
}
.AnyTagClassName
{
color: #B0D0C5;
}
</style>
background-color css
<style>
a { background-color: #B0D0C5; }
a { background-color: rgb(176,208,197); }
div.DivClassName
{
background-color: #B0D0C5;
}
.BgClassName
{
background-color: #B0D0C5;
}
</style>
border-color css
<style>
span { border-color: #B0D0C5; }
span { border-color: rgb(176,208,197); }
td.TdClassName
{
border-color: #B0D0C5;
}
.TagClassName
{
border-color: #B0D0C5;
}
</style>