Shades of Jet Stream #B2CCC7
Tints of Jet Stream #B2CCC7
RGB
CMYK
RGB Variations
Color information
#B2CCC7 (or 0xB2CCC7) is known color: Jet Stream. HEX triplet: B2, CC and C7. RGB value is (178,204,199). Sum of RGB (Red+Green+Blue) = 178+204+199=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCC7 is #4D3338. Grayscale: #C3C3C3. Windows color (decimal): -5059385 or 13094066. OLE color: 13094066.
HSL color Cylindrical-coordinate representation of color #B2CCC7: hue angle of 168.46º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCC7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 199 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.2 |
| HSL | 168.46º | 0.2% | 0.75% | - |
| HSV(B) | 168.46º | 0.13% | 0.8% | - |
| XYZ | 50.26 | 56.77 | 62.34 | - |
| YUV | 195.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 199 | 0.13 | 0 | 0.02 | 0.2 | 168.46 | 0.2 | 0.75 |
| Hex | B2 | CC | C7 | D | 0 | 2 | 14 | A8 | 14 | 4B |
| Octal | 262 | 314 | 307 | 15 | 0 | 2 | 24 | 250 | 24 | 113 |
| Binary | 10110010 | 11001100 | 11000111 | 1101 | 0 | 10 | 10100 | 10101000 | 10100 | 1001011 |
Color Harmonies of #B2CCC7
Complementary color
Monochromatic Colors of #B2CCC7
Black with #B2CCC7
Text Example
Text Example
White with #B2CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCC7; }
p { color: rgb(178,204,199); }
H1.HeaderClassName
{
color: #B2CCC7;
}
.AnyTagClassName
{
color: #B2CCC7;
}
</style>
background-color css
<style>
a { background-color: #B2CCC7; }
a { background-color: rgb(178,204,199); }
div.DivClassName
{
background-color: #B2CCC7;
}
.BgClassName
{
background-color: #B2CCC7;
}
</style>
border-color css
<style>
span { border-color: #B2CCC7; }
span { border-color: rgb(178,204,199); }
td.TdClassName
{
border-color: #B2CCC7;
}
.TagClassName
{
border-color: #B2CCC7;
}
</style>