Shades of Jet Stream #BBCCC7
Tints of Jet Stream #BBCCC7
RGB
CMYK
RGB Variations
Color information
#BBCCC7 (or 0xBBCCC7) is known color: Jet Stream. HEX triplet: BB, CC and C7. RGB value is (187,204,199). Sum of RGB (Red+Green+Blue) = 187+204+199=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC7 is #443338. Grayscale: #C6C6C6. Windows color (decimal): -4469561 or 13094075. OLE color: 13094075.
HSL color Cylindrical-coordinate representation of color #BBCCC7: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 199 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.2 |
| HSL | 162.35º | 0.14% | 0.77% | - |
| HSV(B) | 162.35º | 0.08% | 0.8% | - |
| XYZ | 52.4 | 57.87 | 62.44 | - |
| YUV | 198.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 199 | 0.08 | 0 | 0.02 | 0.2 | 162.35 | 0.14 | 0.77 |
| Hex | BB | CC | C7 | 8 | 0 | 2 | 14 | A2 | E | 4D |
| Octal | 273 | 314 | 307 | 10 | 0 | 2 | 24 | 242 | 16 | 115 |
| Binary | 10111011 | 11001100 | 11000111 | 1000 | 0 | 10 | 10100 | 10100010 | 1110 | 1001101 |
Color Harmonies of #BBCCC7
Complementary color
Monochromatic Colors of #BBCCC7
Black with #BBCCC7
Text Example
Text Example
White with #BBCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC7; }
p { color: rgb(187,204,199); }
H1.HeaderClassName
{
color: #BBCCC7;
}
.AnyTagClassName
{
color: #BBCCC7;
}
</style>
background-color css
<style>
a { background-color: #BBCCC7; }
a { background-color: rgb(187,204,199); }
div.DivClassName
{
background-color: #BBCCC7;
}
.BgClassName
{
background-color: #BBCCC7;
}
</style>
border-color css
<style>
span { border-color: #BBCCC7; }
span { border-color: rgb(187,204,199); }
td.TdClassName
{
border-color: #BBCCC7;
}
.TagClassName
{
border-color: #BBCCC7;
}
</style>