Shades of Jet Stream #BBC9C6
Tints of Jet Stream #BBC9C6
RGB
CMYK
RGB Variations
Color information
#BBC9C6 (or 0xBBC9C6) is known color: Jet Stream. HEX triplet: BB, C9 and C6. RGB value is (187,201,198). Sum of RGB (Red+Green+Blue) = 187+201+198=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C6 is #443639. Grayscale: #C4C4C4. Windows color (decimal): -4470330 or 13027771. OLE color: 13027771.
HSL color Cylindrical-coordinate representation of color #BBC9C6: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC9C6 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 201 | 198 | - |
CMYK | 0.07 | 0 | 0.01 | 0.21 |
HSL | 167.14º | 0.11% | 0.76% | - |
HSV(B) | 167.14º | 0.07% | 0.79% | - |
XYZ | 51.57 | 56.42 | 61.6 | - |
YUV | 196.47 | 128.86 | 121.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 198 | 0.07 | 0 | 0.01 | 0.21 | 167.14 | 0.11 | 0.76 |
Hex | BB | C9 | C6 | 7 | 0 | 1 | 15 | A7 | B | 4C |
Octal | 273 | 311 | 306 | 7 | 0 | 1 | 25 | 247 | 13 | 114 |
Binary | 10111011 | 11001001 | 11000110 | 111 | 0 | 1 | 10101 | 10100111 | 1011 | 1001100 |
Color Harmonies of #BBC9C6
Complementary color
Monochromatic Colors of #BBC9C6
Black with #BBC9C6
Text Example
Text Example
White with #BBC9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9C6; }
p { color: rgb(187,201,198); }
H1.HeaderClassName
{
color: #BBC9C6;
}
.AnyTagClassName
{
color: #BBC9C6;
}
</style>
background-color css
<style>
a { background-color: #BBC9C6; }
a { background-color: rgb(187,201,198); }
div.DivClassName
{
background-color: #BBC9C6;
}
.BgClassName
{
background-color: #BBC9C6;
}
</style>
border-color css
<style>
span { border-color: #BBC9C6; }
span { border-color: rgb(187,201,198); }
td.TdClassName
{
border-color: #BBC9C6;
}
.TagClassName
{
border-color: #BBC9C6;
}
</style>