Shades of Jet Stream #BBCFCB
Tints of Jet Stream #BBCFCB
RGB
CMYK
RGB Variations
Color information
#BBCFCB (or 0xBBCFCB) is known color: Jet Stream. HEX triplet: BB, CF and CB. RGB value is (187,207,203). Sum of RGB (Red+Green+Blue) = 187+207+203=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCB is #443034. Grayscale: #C8C8C8. Windows color (decimal): -4468789 or 13356987. OLE color: 13356987.
HSL color Cylindrical-coordinate representation of color #BBCFCB: hue angle of 168º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFCB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 203 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.19 |
| HSL | 168º | 0.17% | 0.77% | - |
| HSV(B) | 168º | 0.1% | 0.81% | - |
| XYZ | 53.59 | 59.5 | 65.16 | - |
| YUV | 200.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 203 | 0.10 | 0 | 0.02 | 0.19 | 168 | 0.17 | 0.77 |
| Hex | BB | CF | CB | A | 0 | 2 | 13 | A8 | 11 | 4D |
| Octal | 273 | 317 | 313 | 12 | 0 | 2 | 23 | 250 | 21 | 115 |
| Binary | 10111011 | 11001111 | 11001011 | 1010 | 0 | 10 | 10011 | 10101000 | 10001 | 1001101 |
Color Harmonies of #BBCFCB
Complementary color
Monochromatic Colors of #BBCFCB
Black with #BBCFCB
Text Example
Text Example
White with #BBCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFCB; }
p { color: rgb(187,207,203); }
H1.HeaderClassName
{
color: #BBCFCB;
}
.AnyTagClassName
{
color: #BBCFCB;
}
</style>
background-color css
<style>
a { background-color: #BBCFCB; }
a { background-color: rgb(187,207,203); }
div.DivClassName
{
background-color: #BBCFCB;
}
.BgClassName
{
background-color: #BBCFCB;
}
</style>
border-color css
<style>
span { border-color: #BBCFCB; }
span { border-color: rgb(187,207,203); }
td.TdClassName
{
border-color: #BBCFCB;
}
.TagClassName
{
border-color: #BBCFCB;
}
</style>