Shades of Jet Stream #B3CFC3
Tints of Jet Stream #B3CFC3
RGB
CMYK
RGB Variations
Color information
#B3CFC3 (or 0xB3CFC3) is known color: Jet Stream. HEX triplet: B3, CF and C3. RGB value is (179,207,195). Sum of RGB (Red+Green+Blue) = 179+207+195=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC3 is #4C303C. Grayscale: #C5C5C5. Windows color (decimal): -4993085 or 12832691. OLE color: 12832691.
HSL color Cylindrical-coordinate representation of color #B3CFC3: hue angle of 154.29º 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 #B3CFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 195 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.19 |
| HSL | 154.29º | 0.23% | 0.76% | - |
| HSV(B) | 154.29º | 0.14% | 0.81% | - |
| XYZ | 50.75 | 58.15 | 60.18 | - |
| YUV | 197.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 195 | 0.14 | 0 | 0.06 | 0.19 | 154.29 | 0.23 | 0.76 |
| Hex | B3 | CF | C3 | E | 0 | 6 | 13 | 9A | 17 | 4C |
| Octal | 263 | 317 | 303 | 16 | 0 | 6 | 23 | 232 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11000011 | 1110 | 0 | 110 | 10011 | 10011010 | 10111 | 1001100 |
Color Harmonies of #B3CFC3
Complementary color
Monochromatic Colors of #B3CFC3
Black with #B3CFC3
Text Example
Text Example
White with #B3CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFC3; }
p { color: rgb(179,207,195); }
H1.HeaderClassName
{
color: #B3CFC3;
}
.AnyTagClassName
{
color: #B3CFC3;
}
</style>
background-color css
<style>
a { background-color: #B3CFC3; }
a { background-color: rgb(179,207,195); }
div.DivClassName
{
background-color: #B3CFC3;
}
.BgClassName
{
background-color: #B3CFC3;
}
</style>
border-color css
<style>
span { border-color: #B3CFC3; }
span { border-color: rgb(179,207,195); }
td.TdClassName
{
border-color: #B3CFC3;
}
.TagClassName
{
border-color: #B3CFC3;
}
</style>