Shades of Jet Stream #B3CFC6
Tints of Jet Stream #B3CFC6
RGB
CMYK
RGB Variations
Color information
#B3CFC6 (or 0xB3CFC6) is known color: Jet Stream. HEX triplet: B3, CF and C6. RGB value is (179,207,198). Sum of RGB (Red+Green+Blue) = 179+207+198=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC6 is #4C3039. Grayscale: #C5C5C5. Windows color (decimal): -4993082 or 13029299. OLE color: 13029299.
HSL color Cylindrical-coordinate representation of color #B3CFC6: hue angle of 160.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 198 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.19 |
| HSL | 160.71º | 0.23% | 0.76% | - |
| HSV(B) | 160.71º | 0.14% | 0.81% | - |
| XYZ | 51.1 | 58.29 | 61.98 | - |
| YUV | 197.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 198 | 0.14 | 0 | 0.04 | 0.19 | 160.71 | 0.23 | 0.76 |
| Hex | B3 | CF | C6 | E | 0 | 4 | 13 | A1 | 17 | 4C |
| Octal | 263 | 317 | 306 | 16 | 0 | 4 | 23 | 241 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11000110 | 1110 | 0 | 100 | 10011 | 10100001 | 10111 | 1001100 |
Color Harmonies of #B3CFC6
Complementary color
Monochromatic Colors of #B3CFC6
Black with #B3CFC6
Text Example
Text Example
White with #B3CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFC6; }
p { color: rgb(179,207,198); }
H1.HeaderClassName
{
color: #B3CFC6;
}
.AnyTagClassName
{
color: #B3CFC6;
}
</style>
background-color css
<style>
a { background-color: #B3CFC6; }
a { background-color: rgb(179,207,198); }
div.DivClassName
{
background-color: #B3CFC6;
}
.BgClassName
{
background-color: #B3CFC6;
}
</style>
border-color css
<style>
span { border-color: #B3CFC6; }
span { border-color: rgb(179,207,198); }
td.TdClassName
{
border-color: #B3CFC6;
}
.TagClassName
{
border-color: #B3CFC6;
}
</style>