Shades of Jet Stream #B3CCC3
Tints of Jet Stream #B3CCC3
RGB
CMYK
RGB Variations
Color information
#B3CCC3 (or 0xB3CCC3) is known color: Jet Stream. HEX triplet: B3, CC and C3. RGB value is (179,204,195). Sum of RGB (Red+Green+Blue) = 179+204+195=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC3 is #4C333C. Grayscale: #C3C3C3. Windows color (decimal): -4993853 or 12831923. OLE color: 12831923.
HSL color Cylindrical-coordinate representation of color #B3CCC3: hue angle of 158.4º 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 #B3CCC3 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 195 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.2 |
| HSL | 158.4º | 0.2% | 0.75% | - |
| HSV(B) | 158.4º | 0.12% | 0.8% | - |
| XYZ | 50.03 | 56.71 | 59.94 | - |
| YUV | 195.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 195 | 0.12 | 0 | 0.04 | 0.2 | 158.4 | 0.2 | 0.75 |
| Hex | B3 | CC | C3 | C | 0 | 4 | 14 | 9E | 14 | 4B |
| Octal | 263 | 314 | 303 | 14 | 0 | 4 | 24 | 236 | 24 | 113 |
| Binary | 10110011 | 11001100 | 11000011 | 1100 | 0 | 100 | 10100 | 10011110 | 10100 | 1001011 |
Color Harmonies of #B3CCC3
Complementary color
Monochromatic Colors of #B3CCC3
Black with #B3CCC3
Text Example
Text Example
White with #B3CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCC3; }
p { color: rgb(179,204,195); }
H1.HeaderClassName
{
color: #B3CCC3;
}
.AnyTagClassName
{
color: #B3CCC3;
}
</style>
background-color css
<style>
a { background-color: #B3CCC3; }
a { background-color: rgb(179,204,195); }
div.DivClassName
{
background-color: #B3CCC3;
}
.BgClassName
{
background-color: #B3CCC3;
}
</style>
border-color css
<style>
span { border-color: #B3CCC3; }
span { border-color: rgb(179,204,195); }
td.TdClassName
{
border-color: #B3CCC3;
}
.TagClassName
{
border-color: #B3CCC3;
}
</style>