Shades of Jet Stream #B0CDC2
Tints of Jet Stream #B0CDC2
RGB
CMYK
RGB Variations
Color information
#B0CDC2 (or 0xB0CDC2) is known color: Jet Stream. HEX triplet: B0, CD and C2. RGB value is (176,205,194). Sum of RGB (Red+Green+Blue) = 176+205+194=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC2 is #4F323D. Grayscale: #C3C3C3. Windows color (decimal): -5190206 or 12766640. OLE color: 12766640.
HSL color Cylindrical-coordinate representation of color #B0CDC2: hue angle of 157.24º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDC2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 194 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.20 |
| HSL | 157.24º | 0.22% | 0.75% | - |
| HSV(B) | 157.24º | 0.14% | 0.8% | - |
| XYZ | 49.47 | 56.79 | 59.39 | - |
| YUV | 195.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 194 | 0.14 | 0 | 0.05 | 0.20 | 157.24 | 0.22 | 0.75 |
| Hex | B0 | CD | C2 | E | 0 | 5 | 14 | 9D | 16 | 4B |
| Octal | 260 | 315 | 302 | 16 | 0 | 5 | 24 | 235 | 26 | 113 |
| Binary | 10110000 | 11001101 | 11000010 | 1110 | 0 | 101 | 10100 | 10011101 | 10110 | 1001011 |
Color Harmonies of #B0CDC2
Complementary color
Monochromatic Colors of #B0CDC2
Black with #B0CDC2
Text Example
Text Example
White with #B0CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDC2; }
p { color: rgb(176,205,194); }
H1.HeaderClassName
{
color: #B0CDC2;
}
.AnyTagClassName
{
color: #B0CDC2;
}
</style>
background-color css
<style>
a { background-color: #B0CDC2; }
a { background-color: rgb(176,205,194); }
div.DivClassName
{
background-color: #B0CDC2;
}
.BgClassName
{
background-color: #B0CDC2;
}
</style>
border-color css
<style>
span { border-color: #B0CDC2; }
span { border-color: rgb(176,205,194); }
td.TdClassName
{
border-color: #B0CDC2;
}
.TagClassName
{
border-color: #B0CDC2;
}
</style>