Shades of Jet Stream #BBC2C0
Tints of Jet Stream #BBC2C0
RGB
CMYK
RGB Variations
Color information
#BBC2C0 (or 0xBBC2C0) is known color: Jet Stream. HEX triplet: BB, C2 and C0. RGB value is (187,194,192). Sum of RGB (Red+Green+Blue) = 187+194+192=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C0 is #443D3F. Grayscale: #BFBFBF. Windows color (decimal): -4472128 or 12632763. OLE color: 12632763.
HSL color Cylindrical-coordinate representation of color #BBC2C0: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC2C0 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 192 | - |
CMYK | 0.04 | 0 | 0.01 | 0.24 |
HSL | 162.86º | 0.05% | 0.75% | - |
HSV(B) | 162.86º | 0.04% | 0.76% | - |
XYZ | 49.3 | 52.95 | 57.49 | - |
YUV | 191.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 192 | 0.04 | 0 | 0.01 | 0.24 | 162.86 | 0.05 | 0.75 |
Hex | BB | C2 | C0 | 4 | 0 | 1 | 18 | A3 | 5 | 4B |
Octal | 273 | 302 | 300 | 4 | 0 | 1 | 30 | 243 | 5 | 113 |
Binary | 10111011 | 11000010 | 11000000 | 100 | 0 | 1 | 11000 | 10100011 | 101 | 1001011 |
Color Harmonies of #BBC2C0
Complementary color
Monochromatic Colors of #BBC2C0
Black with #BBC2C0
Text Example
Text Example
White with #BBC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C0; }
p { color: rgb(187,194,192); }
H1.HeaderClassName
{
color: #BBC2C0;
}
.AnyTagClassName
{
color: #BBC2C0;
}
</style>
background-color css
<style>
a { background-color: #BBC2C0; }
a { background-color: rgb(187,194,192); }
div.DivClassName
{
background-color: #BBC2C0;
}
.BgClassName
{
background-color: #BBC2C0;
}
</style>
border-color css
<style>
span { border-color: #BBC2C0; }
span { border-color: rgb(187,194,192); }
td.TdClassName
{
border-color: #BBC2C0;
}
.TagClassName
{
border-color: #BBC2C0;
}
</style>