Shades of Jet Stream #B0CFC5
Tints of Jet Stream #B0CFC5
RGB
CMYK
RGB Variations
Color information
#B0CFC5 (or 0xB0CFC5) is known color: Jet Stream. HEX triplet: B0, CF and C5. RGB value is (176,207,197). Sum of RGB (Red+Green+Blue) = 176+207+197=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC5 is #4F303A. Grayscale: #C4C4C4. Windows color (decimal): -5189691 or 12963760. OLE color: 12963760.
HSL color Cylindrical-coordinate representation of color #B0CFC5: hue angle of 160.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFC5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 197 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.19 |
| HSL | 160.65º | 0.24% | 0.75% | - |
| HSV(B) | 160.65º | 0.15% | 0.81% | - |
| XYZ | 50.3 | 57.89 | 61.35 | - |
| YUV | 196.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 197 | 0.15 | 0 | 0.05 | 0.19 | 160.65 | 0.24 | 0.75 |
| Hex | B0 | CF | C5 | F | 0 | 5 | 13 | A1 | 18 | 4B |
| Octal | 260 | 317 | 305 | 17 | 0 | 5 | 23 | 241 | 30 | 113 |
| Binary | 10110000 | 11001111 | 11000101 | 1111 | 0 | 101 | 10011 | 10100001 | 11000 | 1001011 |
Color Harmonies of #B0CFC5
Complementary color
Monochromatic Colors of #B0CFC5
Black with #B0CFC5
Text Example
Text Example
White with #B0CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFC5; }
p { color: rgb(176,207,197); }
H1.HeaderClassName
{
color: #B0CFC5;
}
.AnyTagClassName
{
color: #B0CFC5;
}
</style>
background-color css
<style>
a { background-color: #B0CFC5; }
a { background-color: rgb(176,207,197); }
div.DivClassName
{
background-color: #B0CFC5;
}
.BgClassName
{
background-color: #B0CFC5;
}
</style>
border-color css
<style>
span { border-color: #B0CFC5; }
span { border-color: rgb(176,207,197); }
td.TdClassName
{
border-color: #B0CFC5;
}
.TagClassName
{
border-color: #B0CFC5;
}
</style>