Shades of Jet Stream #B3CEC4
Tints of Jet Stream #B3CEC4
RGB
CMYK
RGB Variations
Color information
#B3CEC4 (or 0xB3CEC4) is known color: Jet Stream. HEX triplet: B3, CE and C4. RGB value is (179,206,196). Sum of RGB (Red+Green+Blue) = 179+206+196=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC4 is #4C313B. Grayscale: #C4C4C4. Windows color (decimal): -4993340 or 12897971. OLE color: 12897971.
HSL color Cylindrical-coordinate representation of color #B3CEC4: hue angle of 157.78º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 196 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.19 |
| HSL | 157.78º | 0.22% | 0.75% | - |
| HSV(B) | 157.78º | 0.13% | 0.81% | - |
| XYZ | 50.63 | 57.71 | 60.7 | - |
| YUV | 196.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 196 | 0.13 | 0 | 0.05 | 0.19 | 157.78 | 0.22 | 0.75 |
| Hex | B3 | CE | C4 | D | 0 | 5 | 13 | 9E | 16 | 4B |
| Octal | 263 | 316 | 304 | 15 | 0 | 5 | 23 | 236 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11000100 | 1101 | 0 | 101 | 10011 | 10011110 | 10110 | 1001011 |
Color Harmonies of #B3CEC4
Complementary color
Monochromatic Colors of #B3CEC4
Black with #B3CEC4
Text Example
Text Example
White with #B3CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEC4; }
p { color: rgb(179,206,196); }
H1.HeaderClassName
{
color: #B3CEC4;
}
.AnyTagClassName
{
color: #B3CEC4;
}
</style>
background-color css
<style>
a { background-color: #B3CEC4; }
a { background-color: rgb(179,206,196); }
div.DivClassName
{
background-color: #B3CEC4;
}
.BgClassName
{
background-color: #B3CEC4;
}
</style>
border-color css
<style>
span { border-color: #B3CEC4; }
span { border-color: rgb(179,206,196); }
td.TdClassName
{
border-color: #B3CEC4;
}
.TagClassName
{
border-color: #B3CEC4;
}
</style>