Shades of Jet Stream #B3CAC3
Tints of Jet Stream #B3CAC3
RGB
CMYK
RGB Variations
Color information
#B3CAC3 (or 0xB3CAC3) is known color: Jet Stream. HEX triplet: B3, CA and C3. RGB value is (179,202,195). Sum of RGB (Red+Green+Blue) = 179+202+195=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAC3 is #4C353C. Grayscale: #C2C2C2. Windows color (decimal): -4994365 or 12831411. OLE color: 12831411.
HSL color Cylindrical-coordinate representation of color #B3CAC3: hue angle of 161.74º 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 #B3CAC3 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 195 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.21 |
| HSL | 161.74º | 0.18% | 0.75% | - |
| HSV(B) | 161.74º | 0.11% | 0.79% | - |
| XYZ | 49.56 | 55.76 | 59.78 | - |
| YUV | 194.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 195 | 0.11 | 0 | 0.03 | 0.21 | 161.74 | 0.18 | 0.75 |
| Hex | B3 | CA | C3 | B | 0 | 3 | 15 | A2 | 12 | 4B |
| Octal | 263 | 312 | 303 | 13 | 0 | 3 | 25 | 242 | 22 | 113 |
| Binary | 10110011 | 11001010 | 11000011 | 1011 | 0 | 11 | 10101 | 10100010 | 10010 | 1001011 |
Color Harmonies of #B3CAC3
Complementary color
Monochromatic Colors of #B3CAC3
Black with #B3CAC3
Text Example
Text Example
White with #B3CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAC3; }
p { color: rgb(179,202,195); }
H1.HeaderClassName
{
color: #B3CAC3;
}
.AnyTagClassName
{
color: #B3CAC3;
}
</style>
background-color css
<style>
a { background-color: #B3CAC3; }
a { background-color: rgb(179,202,195); }
div.DivClassName
{
background-color: #B3CAC3;
}
.BgClassName
{
background-color: #B3CAC3;
}
</style>
border-color css
<style>
span { border-color: #B3CAC3; }
span { border-color: rgb(179,202,195); }
td.TdClassName
{
border-color: #B3CAC3;
}
.TagClassName
{
border-color: #B3CAC3;
}
</style>