Shades of Jet Stream #B0DCC5
Tints of Jet Stream #B0DCC5
RGB
CMYK
RGB Variations
Color information
#B0DCC5 (or 0xB0DCC5) is known color: Jet Stream. HEX triplet: B0, DC and C5. RGB value is (176,220,197). Sum of RGB (Red+Green+Blue) = 176+220+197=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCC5 is #4F233A. Grayscale: #CCCCCC. Windows color (decimal): -5186363 or 12967088. OLE color: 12967088.
HSL color Cylindrical-coordinate representation of color #B0DCC5: hue angle of 148.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCC5 is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 197 | - |
| CMYK | 0.2 | 0 | 0.10 | 0.14 |
| HSL | 148.64º | 0.39% | 0.78% | - |
| HSV(B) | 148.64º | 0.2% | 0.86% | - |
| XYZ | 53.58 | 64.45 | 62.44 | - |
| YUV | 204.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 197 | 0.2 | 0 | 0.10 | 0.14 | 148.64 | 0.39 | 0.78 |
| Hex | B0 | DC | C5 | 14 | 0 | A | E | 95 | 27 | 4E |
| Octal | 260 | 334 | 305 | 24 | 0 | 12 | 16 | 225 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11000101 | 10100 | 0 | 1010 | 1110 | 10010101 | 100111 | 1001110 |
Color Harmonies of #B0DCC5
Complementary color
Monochromatic Colors of #B0DCC5
Black with #B0DCC5
Text Example
Text Example
White with #B0DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCC5; }
p { color: rgb(176,220,197); }
H1.HeaderClassName
{
color: #B0DCC5;
}
.AnyTagClassName
{
color: #B0DCC5;
}
</style>
background-color css
<style>
a { background-color: #B0DCC5; }
a { background-color: rgb(176,220,197); }
div.DivClassName
{
background-color: #B0DCC5;
}
.BgClassName
{
background-color: #B0DCC5;
}
</style>
border-color css
<style>
span { border-color: #B0DCC5; }
span { border-color: rgb(176,220,197); }
td.TdClassName
{
border-color: #B0DCC5;
}
.TagClassName
{
border-color: #B0DCC5;
}
</style>