Shades of Jet Stream #B0CDC7
Tints of Jet Stream #B0CDC7
RGB
CMYK
RGB Variations
Color information
#B0CDC7 (or 0xB0CDC7) is known color: Jet Stream. HEX triplet: B0, CD and C7. RGB value is (176,205,199). Sum of RGB (Red+Green+Blue) = 176+205+199=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC7 is #4F3238. Grayscale: #C3C3C3. Windows color (decimal): -5190201 or 13094320. OLE color: 13094320.
HSL color Cylindrical-coordinate representation of color #B0CDC7: hue angle of 167.59º 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 #B0CDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 199 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.20 |
| HSL | 167.59º | 0.22% | 0.75% | - |
| HSV(B) | 167.59º | 0.14% | 0.8% | - |
| XYZ | 50.04 | 57.02 | 62.4 | - |
| YUV | 195.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 199 | 0.14 | 0 | 0.03 | 0.20 | 167.59 | 0.22 | 0.75 |
| Hex | B0 | CD | C7 | E | 0 | 3 | 14 | A8 | 16 | 4B |
| Octal | 260 | 315 | 307 | 16 | 0 | 3 | 24 | 250 | 26 | 113 |
| Binary | 10110000 | 11001101 | 11000111 | 1110 | 0 | 11 | 10100 | 10101000 | 10110 | 1001011 |
Color Harmonies of #B0CDC7
Complementary color
Monochromatic Colors of #B0CDC7
Black with #B0CDC7
Text Example
Text Example
White with #B0CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDC7; }
p { color: rgb(176,205,199); }
H1.HeaderClassName
{
color: #B0CDC7;
}
.AnyTagClassName
{
color: #B0CDC7;
}
</style>
background-color css
<style>
a { background-color: #B0CDC7; }
a { background-color: rgb(176,205,199); }
div.DivClassName
{
background-color: #B0CDC7;
}
.BgClassName
{
background-color: #B0CDC7;
}
</style>
border-color css
<style>
span { border-color: #B0CDC7; }
span { border-color: rgb(176,205,199); }
td.TdClassName
{
border-color: #B0CDC7;
}
.TagClassName
{
border-color: #B0CDC7;
}
</style>