Shades of Jet Stream #B2D0C7
Tints of Jet Stream #B2D0C7
RGB
CMYK
RGB Variations
Color information
#B2D0C7 (or 0xB2D0C7) is known color: Jet Stream. HEX triplet: B2, D0 and C7. RGB value is (178,208,199). Sum of RGB (Red+Green+Blue) = 178+208+199=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0C7 is #4D2F38. Grayscale: #C6C6C6. Windows color (decimal): -5058361 or 13095090. OLE color: 13095090.
HSL color Cylindrical-coordinate representation of color #B2D0C7: hue angle of 162º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2D0C7 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 199 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.18 |
| HSL | 162º | 0.24% | 0.76% | - |
| HSV(B) | 162º | 0.14% | 0.82% | - |
| XYZ | 51.22 | 58.7 | 62.66 | - |
| YUV | 198 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 199 | 0.14 | 0 | 0.04 | 0.18 | 162 | 0.24 | 0.76 |
| Hex | B2 | D0 | C7 | E | 0 | 4 | 12 | A2 | 18 | 4C |
| Octal | 262 | 320 | 307 | 16 | 0 | 4 | 22 | 242 | 30 | 114 |
| Binary | 10110010 | 11010000 | 11000111 | 1110 | 0 | 100 | 10010 | 10100010 | 11000 | 1001100 |
Color Harmonies of #B2D0C7
Complementary color
Monochromatic Colors of #B2D0C7
Black with #B2D0C7
Text Example
Text Example
White with #B2D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0C7; }
p { color: rgb(178,208,199); }
H1.HeaderClassName
{
color: #B2D0C7;
}
.AnyTagClassName
{
color: #B2D0C7;
}
</style>
background-color css
<style>
a { background-color: #B2D0C7; }
a { background-color: rgb(178,208,199); }
div.DivClassName
{
background-color: #B2D0C7;
}
.BgClassName
{
background-color: #B2D0C7;
}
</style>
border-color css
<style>
span { border-color: #B2D0C7; }
span { border-color: rgb(178,208,199); }
td.TdClassName
{
border-color: #B2D0C7;
}
.TagClassName
{
border-color: #B2D0C7;
}
</style>