Shades of Jet Stream #BBCCC8
Tints of Jet Stream #BBCCC8
RGB
CMYK
RGB Variations
Color information
#BBCCC8 (or 0xBBCCC8) is known color: Jet Stream. HEX triplet: BB, CC and C8. RGB value is (187,204,200). Sum of RGB (Red+Green+Blue) = 187+204+200=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC8 is #443337. Grayscale: #C6C6C6. Windows color (decimal): -4469560 or 13159611. OLE color: 13159611.
HSL color Cylindrical-coordinate representation of color #BBCCC8: hue angle of 165.88º 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 #BBCCC8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 200 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.2 |
| HSL | 165.88º | 0.14% | 0.77% | - |
| HSV(B) | 165.88º | 0.08% | 0.8% | - |
| XYZ | 52.51 | 57.92 | 63.06 | - |
| YUV | 198.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 200 | 0.08 | 0 | 0.02 | 0.2 | 165.88 | 0.14 | 0.77 |
| Hex | BB | CC | C8 | 8 | 0 | 2 | 14 | A6 | E | 4D |
| Octal | 273 | 314 | 310 | 10 | 0 | 2 | 24 | 246 | 16 | 115 |
| Binary | 10111011 | 11001100 | 11001000 | 1000 | 0 | 10 | 10100 | 10100110 | 1110 | 1001101 |
Color Harmonies of #BBCCC8
Complementary color
Monochromatic Colors of #BBCCC8
Black with #BBCCC8
Text Example
Text Example
White with #BBCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC8; }
p { color: rgb(187,204,200); }
H1.HeaderClassName
{
color: #BBCCC8;
}
.AnyTagClassName
{
color: #BBCCC8;
}
</style>
background-color css
<style>
a { background-color: #BBCCC8; }
a { background-color: rgb(187,204,200); }
div.DivClassName
{
background-color: #BBCCC8;
}
.BgClassName
{
background-color: #BBCCC8;
}
</style>
border-color css
<style>
span { border-color: #BBCCC8; }
span { border-color: rgb(187,204,200); }
td.TdClassName
{
border-color: #BBCCC8;
}
.TagClassName
{
border-color: #BBCCC8;
}
</style>