Shades of Jet Stream #B0CCC2
Tints of Jet Stream #B0CCC2
RGB
CMYK
RGB Variations
Color information
#B0CCC2 (or 0xB0CCC2) is known color: Jet Stream. HEX triplet: B0, CC and C2. RGB value is (176,204,194). Sum of RGB (Red+Green+Blue) = 176+204+194=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCC2 is #4F333D. Grayscale: #C2C2C2. Windows color (decimal): -5190462 or 12766384. OLE color: 12766384.
HSL color Cylindrical-coordinate representation of color #B0CCC2: hue angle of 158.57º 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 #B0CCC2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 194 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.2 |
| HSL | 158.57º | 0.22% | 0.75% | - |
| HSV(B) | 158.57º | 0.14% | 0.8% | - |
| XYZ | 49.23 | 56.31 | 59.31 | - |
| YUV | 194.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 194 | 0.14 | 0 | 0.05 | 0.2 | 158.57 | 0.22 | 0.75 |
| Hex | B0 | CC | C2 | E | 0 | 5 | 14 | 9F | 16 | 4B |
| Octal | 260 | 314 | 302 | 16 | 0 | 5 | 24 | 237 | 26 | 113 |
| Binary | 10110000 | 11001100 | 11000010 | 1110 | 0 | 101 | 10100 | 10011111 | 10110 | 1001011 |
Color Harmonies of #B0CCC2
Complementary color
Monochromatic Colors of #B0CCC2
Black with #B0CCC2
Text Example
Text Example
White with #B0CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCC2; }
p { color: rgb(176,204,194); }
H1.HeaderClassName
{
color: #B0CCC2;
}
.AnyTagClassName
{
color: #B0CCC2;
}
</style>
background-color css
<style>
a { background-color: #B0CCC2; }
a { background-color: rgb(176,204,194); }
div.DivClassName
{
background-color: #B0CCC2;
}
.BgClassName
{
background-color: #B0CCC2;
}
</style>
border-color css
<style>
span { border-color: #B0CCC2; }
span { border-color: rgb(176,204,194); }
td.TdClassName
{
border-color: #B0CCC2;
}
.TagClassName
{
border-color: #B0CCC2;
}
</style>