Shades of Jet Stream #BBC7C3
Tints of Jet Stream #BBC7C3
RGB
CMYK
RGB Variations
Color information
#BBC7C3 (or 0xBBC7C3) is known color: Jet Stream. HEX triplet: BB, C7 and C3. RGB value is (187,199,195). Sum of RGB (Red+Green+Blue) = 187+199+195=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7C3 is #44383C. Grayscale: #C2C2C2. Windows color (decimal): -4470845 or 12830651. OLE color: 12830651.
HSL color Cylindrical-coordinate representation of color #BBC7C3: hue angle of 160º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC7C3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 195 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.22 |
| HSL | 160º | 0.1% | 0.76% | - |
| HSV(B) | 160º | 0.06% | 0.78% | - |
| XYZ | 50.77 | 55.35 | 59.64 | - |
| YUV | 194.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 195 | 0.06 | 0 | 0.02 | 0.22 | 160 | 0.1 | 0.76 |
| Hex | BB | C7 | C3 | 6 | 0 | 2 | 16 | A0 | A | 4C |
| Octal | 273 | 307 | 303 | 6 | 0 | 2 | 26 | 240 | 12 | 114 |
| Binary | 10111011 | 11000111 | 11000011 | 110 | 0 | 10 | 10110 | 10100000 | 1010 | 1001100 |
Color Harmonies of #BBC7C3
Complementary color
Monochromatic Colors of #BBC7C3
Black with #BBC7C3
Text Example
Text Example
White with #BBC7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7C3; }
p { color: rgb(187,199,195); }
H1.HeaderClassName
{
color: #BBC7C3;
}
.AnyTagClassName
{
color: #BBC7C3;
}
</style>
background-color css
<style>
a { background-color: #BBC7C3; }
a { background-color: rgb(187,199,195); }
div.DivClassName
{
background-color: #BBC7C3;
}
.BgClassName
{
background-color: #BBC7C3;
}
</style>
border-color css
<style>
span { border-color: #BBC7C3; }
span { border-color: rgb(187,199,195); }
td.TdClassName
{
border-color: #BBC7C3;
}
.TagClassName
{
border-color: #BBC7C3;
}
</style>