Shades of Jet Stream #B3CCC2
Tints of Jet Stream #B3CCC2
RGB
CMYK
RGB Variations
Color information
#B3CCC2 (or 0xB3CCC2) is known color: Jet Stream. HEX triplet: B3, CC and C2. RGB value is (179,204,194). Sum of RGB (Red+Green+Blue) = 179+204+194=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC2 is #4C333D. Grayscale: #C3C3C3. Windows color (decimal): -4993854 or 12766387. OLE color: 12766387.
HSL color Cylindrical-coordinate representation of color #B3CCC2: hue angle of 156º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CCC2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 194 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.2 |
| HSL | 156º | 0.2% | 0.75% | - |
| HSV(B) | 156º | 0.12% | 0.8% | - |
| XYZ | 49.92 | 56.66 | 59.35 | - |
| YUV | 195.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 194 | 0.12 | 0 | 0.05 | 0.2 | 156 | 0.2 | 0.75 |
| Hex | B3 | CC | C2 | C | 0 | 5 | 14 | 9C | 14 | 4B |
| Octal | 263 | 314 | 302 | 14 | 0 | 5 | 24 | 234 | 24 | 113 |
| Binary | 10110011 | 11001100 | 11000010 | 1100 | 0 | 101 | 10100 | 10011100 | 10100 | 1001011 |
Color Harmonies of #B3CCC2
Complementary color
Monochromatic Colors of #B3CCC2
Black with #B3CCC2
Text Example
Text Example
White with #B3CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCC2; }
p { color: rgb(179,204,194); }
H1.HeaderClassName
{
color: #B3CCC2;
}
.AnyTagClassName
{
color: #B3CCC2;
}
</style>
background-color css
<style>
a { background-color: #B3CCC2; }
a { background-color: rgb(179,204,194); }
div.DivClassName
{
background-color: #B3CCC2;
}
.BgClassName
{
background-color: #B3CCC2;
}
</style>
border-color css
<style>
span { border-color: #B3CCC2; }
span { border-color: rgb(179,204,194); }
td.TdClassName
{
border-color: #B3CCC2;
}
.TagClassName
{
border-color: #B3CCC2;
}
</style>