Shades of Jet Stream #B0DDC5
Tints of Jet Stream #B0DDC5
RGB
CMYK
RGB Variations
Color information
#B0DDC5 (or 0xB0DDC5) is known color: Jet Stream. HEX triplet: B0, DD and C5. RGB value is (176,221,197). Sum of RGB (Red+Green+Blue) = 176+221+197=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDC5 is #4F223A. Grayscale: #CCCCCC. Windows color (decimal): -5186107 or 12967344. OLE color: 12967344.
HSL color Cylindrical-coordinate representation of color #B0DDC5: hue angle of 148º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 197 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.13 |
| HSL | 148º | 0.4% | 0.78% | - |
| HSV(B) | 148º | 0.2% | 0.87% | - |
| XYZ | 53.84 | 64.97 | 62.53 | - |
| YUV | 204.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 197 | 0.20 | 0 | 0.11 | 0.13 | 148 | 0.4 | 0.78 |
| Hex | B0 | DD | C5 | 14 | 0 | B | D | 94 | 28 | 4E |
| Octal | 260 | 335 | 305 | 24 | 0 | 13 | 15 | 224 | 50 | 116 |
| Binary | 10110000 | 11011101 | 11000101 | 10100 | 0 | 1011 | 1101 | 10010100 | 101000 | 1001110 |
Color Harmonies of #B0DDC5
Complementary color
Monochromatic Colors of #B0DDC5
Black with #B0DDC5
Text Example
Text Example
White with #B0DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDC5; }
p { color: rgb(176,221,197); }
H1.HeaderClassName
{
color: #B0DDC5;
}
.AnyTagClassName
{
color: #B0DDC5;
}
</style>
background-color css
<style>
a { background-color: #B0DDC5; }
a { background-color: rgb(176,221,197); }
div.DivClassName
{
background-color: #B0DDC5;
}
.BgClassName
{
background-color: #B0DDC5;
}
</style>
border-color css
<style>
span { border-color: #B0DDC5; }
span { border-color: rgb(176,221,197); }
td.TdClassName
{
border-color: #B0DDC5;
}
.TagClassName
{
border-color: #B0DDC5;
}
</style>