Shades of Jet Stream #B3CFC5
Tints of Jet Stream #B3CFC5
RGB
CMYK
RGB Variations
Color information
#B3CFC5 (or 0xB3CFC5) is known color: Jet Stream. HEX triplet: B3, CF and C5. RGB value is (179,207,197). Sum of RGB (Red+Green+Blue) = 179+207+197=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC5 is #4C303A. Grayscale: #C5C5C5. Windows color (decimal): -4993083 or 12963763. OLE color: 12963763.
HSL color Cylindrical-coordinate representation of color #B3CFC5: hue angle of 158.57º 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 #B3CFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 197 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.19 |
| HSL | 158.57º | 0.23% | 0.76% | - |
| HSV(B) | 158.57º | 0.14% | 0.81% | - |
| XYZ | 50.98 | 58.24 | 61.38 | - |
| YUV | 197.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 197 | 0.14 | 0 | 0.05 | 0.19 | 158.57 | 0.23 | 0.76 |
| Hex | B3 | CF | C5 | E | 0 | 5 | 13 | 9F | 17 | 4C |
| Octal | 263 | 317 | 305 | 16 | 0 | 5 | 23 | 237 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11000101 | 1110 | 0 | 101 | 10011 | 10011111 | 10111 | 1001100 |
Color Harmonies of #B3CFC5
Complementary color
Monochromatic Colors of #B3CFC5
Black with #B3CFC5
Text Example
Text Example
White with #B3CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFC5; }
p { color: rgb(179,207,197); }
H1.HeaderClassName
{
color: #B3CFC5;
}
.AnyTagClassName
{
color: #B3CFC5;
}
</style>
background-color css
<style>
a { background-color: #B3CFC5; }
a { background-color: rgb(179,207,197); }
div.DivClassName
{
background-color: #B3CFC5;
}
.BgClassName
{
background-color: #B3CFC5;
}
</style>
border-color css
<style>
span { border-color: #B3CFC5; }
span { border-color: rgb(179,207,197); }
td.TdClassName
{
border-color: #B3CFC5;
}
.TagClassName
{
border-color: #B3CFC5;
}
</style>