Shades of Jet Stream #B3CBC4
Tints of Jet Stream #B3CBC4
RGB
CMYK
RGB Variations
Color information
#B3CBC4 (or 0xB3CBC4) is known color: Jet Stream. HEX triplet: B3, CB and C4. RGB value is (179,203,196). Sum of RGB (Red+Green+Blue) = 179+203+196=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBC4 is #4C343B. Grayscale: #C3C3C3. Windows color (decimal): -4994108 or 12897203. OLE color: 12897203.
HSL color Cylindrical-coordinate representation of color #B3CBC4: hue angle of 162.5º degrees, saturation: 0.19, 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 #B3CBC4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 196 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.20 |
| HSL | 162.5º | 0.19% | 0.75% | - |
| HSV(B) | 162.5º | 0.12% | 0.8% | - |
| XYZ | 49.91 | 56.28 | 60.46 | - |
| YUV | 195.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 196 | 0.12 | 0 | 0.03 | 0.20 | 162.5 | 0.19 | 0.75 |
| Hex | B3 | CB | C4 | C | 0 | 3 | 14 | A2 | 13 | 4B |
| Octal | 263 | 313 | 304 | 14 | 0 | 3 | 24 | 242 | 23 | 113 |
| Binary | 10110011 | 11001011 | 11000100 | 1100 | 0 | 11 | 10100 | 10100010 | 10011 | 1001011 |
Color Harmonies of #B3CBC4
Complementary color
Monochromatic Colors of #B3CBC4
Black with #B3CBC4
Text Example
Text Example
White with #B3CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBC4; }
p { color: rgb(179,203,196); }
H1.HeaderClassName
{
color: #B3CBC4;
}
.AnyTagClassName
{
color: #B3CBC4;
}
</style>
background-color css
<style>
a { background-color: #B3CBC4; }
a { background-color: rgb(179,203,196); }
div.DivClassName
{
background-color: #B3CBC4;
}
.BgClassName
{
background-color: #B3CBC4;
}
</style>
border-color css
<style>
span { border-color: #B3CBC4; }
span { border-color: rgb(179,203,196); }
td.TdClassName
{
border-color: #B3CBC4;
}
.TagClassName
{
border-color: #B3CBC4;
}
</style>