Shades of Jet Stream #B3CAC2
Tints of Jet Stream #B3CAC2
RGB
CMYK
RGB Variations
Color information
#B3CAC2 (or 0xB3CAC2) is known color: Jet Stream. HEX triplet: B3, CA and C2. RGB value is (179,202,194). Sum of RGB (Red+Green+Blue) = 179+202+194=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAC2 is #4C353D. Grayscale: #C2C2C2. Windows color (decimal): -4994366 or 12765875. OLE color: 12765875.
HSL color Cylindrical-coordinate representation of color #B3CAC2: hue angle of 159.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3CAC2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 194 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.21 |
| HSL | 159.13º | 0.18% | 0.75% | - |
| HSV(B) | 159.13º | 0.11% | 0.79% | - |
| XYZ | 49.45 | 55.72 | 59.19 | - |
| YUV | 194.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 194 | 0.11 | 0 | 0.04 | 0.21 | 159.13 | 0.18 | 0.75 |
| Hex | B3 | CA | C2 | B | 0 | 4 | 15 | 9F | 12 | 4B |
| Octal | 263 | 312 | 302 | 13 | 0 | 4 | 25 | 237 | 22 | 113 |
| Binary | 10110011 | 11001010 | 11000010 | 1011 | 0 | 100 | 10101 | 10011111 | 10010 | 1001011 |
Color Harmonies of #B3CAC2
Complementary color
Monochromatic Colors of #B3CAC2
Black with #B3CAC2
Text Example
Text Example
White with #B3CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAC2; }
p { color: rgb(179,202,194); }
H1.HeaderClassName
{
color: #B3CAC2;
}
.AnyTagClassName
{
color: #B3CAC2;
}
</style>
background-color css
<style>
a { background-color: #B3CAC2; }
a { background-color: rgb(179,202,194); }
div.DivClassName
{
background-color: #B3CAC2;
}
.BgClassName
{
background-color: #B3CAC2;
}
</style>
border-color css
<style>
span { border-color: #B3CAC2; }
span { border-color: rgb(179,202,194); }
td.TdClassName
{
border-color: #B3CAC2;
}
.TagClassName
{
border-color: #B3CAC2;
}
</style>