Shades of Jet Stream #B0CEC5
Tints of Jet Stream #B0CEC5
RGB
CMYK
RGB Variations
Color information
#B0CEC5 (or 0xB0CEC5) is known color: Jet Stream. HEX triplet: B0, CE and C5. RGB value is (176,206,197). Sum of RGB (Red+Green+Blue) = 176+206+197=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEC5 is #4F313A. Grayscale: #C4C4C4. Windows color (decimal): -5189947 or 12963504. OLE color: 12963504.
HSL color Cylindrical-coordinate representation of color #B0CEC5: hue angle of 162º degrees, saturation: 0.23, 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 #B0CEC5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 197 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.19 |
| HSL | 162º | 0.23% | 0.75% | - |
| HSV(B) | 162º | 0.15% | 0.81% | - |
| XYZ | 50.05 | 57.4 | 61.27 | - |
| YUV | 196 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 197 | 0.15 | 0 | 0.04 | 0.19 | 162 | 0.23 | 0.75 |
| Hex | B0 | CE | C5 | F | 0 | 4 | 13 | A2 | 17 | 4B |
| Octal | 260 | 316 | 305 | 17 | 0 | 4 | 23 | 242 | 27 | 113 |
| Binary | 10110000 | 11001110 | 11000101 | 1111 | 0 | 100 | 10011 | 10100010 | 10111 | 1001011 |
Color Harmonies of #B0CEC5
Complementary color
Monochromatic Colors of #B0CEC5
Black with #B0CEC5
Text Example
Text Example
White with #B0CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEC5; }
p { color: rgb(176,206,197); }
H1.HeaderClassName
{
color: #B0CEC5;
}
.AnyTagClassName
{
color: #B0CEC5;
}
</style>
background-color css
<style>
a { background-color: #B0CEC5; }
a { background-color: rgb(176,206,197); }
div.DivClassName
{
background-color: #B0CEC5;
}
.BgClassName
{
background-color: #B0CEC5;
}
</style>
border-color css
<style>
span { border-color: #B0CEC5; }
span { border-color: rgb(176,206,197); }
td.TdClassName
{
border-color: #B0CEC5;
}
.TagClassName
{
border-color: #B0CEC5;
}
</style>