Shades of Jet Stream #B2CFC5
Tints of Jet Stream #B2CFC5
RGB
CMYK
RGB Variations
Color information
#B2CFC5 (or 0xB2CFC5) is known color: Jet Stream. HEX triplet: B2, CF and C5. RGB value is (178,207,197). Sum of RGB (Red+Green+Blue) = 178+207+197=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFC5 is #4D303A. Grayscale: #C5C5C5. Windows color (decimal): -5058619 or 12963762. OLE color: 12963762.
HSL color Cylindrical-coordinate representation of color #B2CFC5: hue angle of 159.31º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 197 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.19 |
| HSL | 159.31º | 0.23% | 0.75% | - |
| HSV(B) | 159.31º | 0.14% | 0.81% | - |
| XYZ | 50.75 | 58.12 | 61.37 | - |
| YUV | 197.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 197 | 0.14 | 0 | 0.05 | 0.19 | 159.31 | 0.23 | 0.75 |
| Hex | B2 | CF | C5 | E | 0 | 5 | 13 | 9F | 17 | 4B |
| Octal | 262 | 317 | 305 | 16 | 0 | 5 | 23 | 237 | 27 | 113 |
| Binary | 10110010 | 11001111 | 11000101 | 1110 | 0 | 101 | 10011 | 10011111 | 10111 | 1001011 |
Color Harmonies of #B2CFC5
Complementary color
Monochromatic Colors of #B2CFC5
Black with #B2CFC5
Text Example
Text Example
White with #B2CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFC5; }
p { color: rgb(178,207,197); }
H1.HeaderClassName
{
color: #B2CFC5;
}
.AnyTagClassName
{
color: #B2CFC5;
}
</style>
background-color css
<style>
a { background-color: #B2CFC5; }
a { background-color: rgb(178,207,197); }
div.DivClassName
{
background-color: #B2CFC5;
}
.BgClassName
{
background-color: #B2CFC5;
}
</style>
border-color css
<style>
span { border-color: #B2CFC5; }
span { border-color: rgb(178,207,197); }
td.TdClassName
{
border-color: #B2CFC5;
}
.TagClassName
{
border-color: #B2CFC5;
}
</style>