Shades of Jet Stream #B0DDC8
Tints of Jet Stream #B0DDC8
RGB
CMYK
RGB Variations
Color information
#B0DDC8 (or 0xB0DDC8) is known color: Jet Stream. HEX triplet: B0, DD and C8. RGB value is (176,221,200). Sum of RGB (Red+Green+Blue) = 176+221+200=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDC8 is #4F2237. Grayscale: #CDCDCD. Windows color (decimal): -5186104 or 13163952. OLE color: 13163952.
HSL color Cylindrical-coordinate representation of color #B0DDC8: hue angle of 152º 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 #B0DDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 200 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 152º | 0.4% | 0.78% | - |
| HSV(B) | 152º | 0.2% | 0.87% | - |
| XYZ | 54.19 | 65.11 | 64.36 | - |
| YUV | 205.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 200 | 0.20 | 0 | 0.10 | 0.13 | 152 | 0.4 | 0.78 |
| Hex | B0 | DD | C8 | 14 | 0 | A | D | 98 | 28 | 4E |
| Octal | 260 | 335 | 310 | 24 | 0 | 12 | 15 | 230 | 50 | 116 |
| Binary | 10110000 | 11011101 | 11001000 | 10100 | 0 | 1010 | 1101 | 10011000 | 101000 | 1001110 |
Color Harmonies of #B0DDC8
Complementary color
Monochromatic Colors of #B0DDC8
Black with #B0DDC8
Text Example
Text Example
White with #B0DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDC8; }
p { color: rgb(176,221,200); }
H1.HeaderClassName
{
color: #B0DDC8;
}
.AnyTagClassName
{
color: #B0DDC8;
}
</style>
background-color css
<style>
a { background-color: #B0DDC8; }
a { background-color: rgb(176,221,200); }
div.DivClassName
{
background-color: #B0DDC8;
}
.BgClassName
{
background-color: #B0DDC8;
}
</style>
border-color css
<style>
span { border-color: #B0DDC8; }
span { border-color: rgb(176,221,200); }
td.TdClassName
{
border-color: #B0DDC8;
}
.TagClassName
{
border-color: #B0DDC8;
}
</style>