Shades of Jet Stream #BBCFC7
Tints of Jet Stream #BBCFC7
RGB
CMYK
RGB Variations
Color information
#BBCFC7 (or 0xBBCFC7) is known color: Jet Stream. HEX triplet: BB, CF and C7. RGB value is (187,207,199). Sum of RGB (Red+Green+Blue) = 187+207+199=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC7 is #443038. Grayscale: #C8C8C8. Windows color (decimal): -4468793 or 13094843. OLE color: 13094843.
HSL color Cylindrical-coordinate representation of color #BBCFC7: hue angle of 156º 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 #BBCFC7 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 199 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.19 |
| HSL | 156º | 0.17% | 0.77% | - |
| HSV(B) | 156º | 0.1% | 0.81% | - |
| XYZ | 53.12 | 59.31 | 62.68 | - |
| YUV | 200.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 199 | 0.10 | 0 | 0.04 | 0.19 | 156 | 0.17 | 0.77 |
| Hex | BB | CF | C7 | A | 0 | 4 | 13 | 9C | 11 | 4D |
| Octal | 273 | 317 | 307 | 12 | 0 | 4 | 23 | 234 | 21 | 115 |
| Binary | 10111011 | 11001111 | 11000111 | 1010 | 0 | 100 | 10011 | 10011100 | 10001 | 1001101 |
Color Harmonies of #BBCFC7
Complementary color
Monochromatic Colors of #BBCFC7
Black with #BBCFC7
Text Example
Text Example
White with #BBCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC7; }
p { color: rgb(187,207,199); }
H1.HeaderClassName
{
color: #BBCFC7;
}
.AnyTagClassName
{
color: #BBCFC7;
}
</style>
background-color css
<style>
a { background-color: #BBCFC7; }
a { background-color: rgb(187,207,199); }
div.DivClassName
{
background-color: #BBCFC7;
}
.BgClassName
{
background-color: #BBCFC7;
}
</style>
border-color css
<style>
span { border-color: #BBCFC7; }
span { border-color: rgb(187,207,199); }
td.TdClassName
{
border-color: #BBCFC7;
}
.TagClassName
{
border-color: #BBCFC7;
}
</style>