Shades of Jet Stream #BBC8C3
Tints of Jet Stream #BBC8C3
RGB
CMYK
RGB Variations
Color information
#BBC8C3 (or 0xBBC8C3) is known color: Jet Stream. HEX triplet: BB, C8 and C3. RGB value is (187,200,195). Sum of RGB (Red+Green+Blue) = 187+200+195=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C3 is #44373C. Grayscale: #C3C3C3. Windows color (decimal): -4470589 or 12830907. OLE color: 12830907.
HSL color Cylindrical-coordinate representation of color #BBC8C3: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC8C3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 200 | 195 | - |
CMYK | 0.06 | 0 | 0.02 | 0.22 |
HSL | 156.92º | 0.11% | 0.76% | - |
HSV(B) | 156.92º | 0.07% | 0.78% | - |
XYZ | 51 | 55.81 | 59.71 | - |
YUV | 195.54 | 127.69 | 121.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 200 | 195 | 0.06 | 0 | 0.02 | 0.22 | 156.92 | 0.11 | 0.76 |
Hex | BB | C8 | C3 | 6 | 0 | 2 | 16 | 9D | B | 4C |
Octal | 273 | 310 | 303 | 6 | 0 | 2 | 26 | 235 | 13 | 114 |
Binary | 10111011 | 11001000 | 11000011 | 110 | 0 | 10 | 10110 | 10011101 | 1011 | 1001100 |
Color Harmonies of #BBC8C3
Complementary color
Monochromatic Colors of #BBC8C3
Black with #BBC8C3
Text Example
Text Example
White with #BBC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8C3; }
p { color: rgb(187,200,195); }
H1.HeaderClassName
{
color: #BBC8C3;
}
.AnyTagClassName
{
color: #BBC8C3;
}
</style>
background-color css
<style>
a { background-color: #BBC8C3; }
a { background-color: rgb(187,200,195); }
div.DivClassName
{
background-color: #BBC8C3;
}
.BgClassName
{
background-color: #BBC8C3;
}
</style>
border-color css
<style>
span { border-color: #BBC8C3; }
span { border-color: rgb(187,200,195); }
td.TdClassName
{
border-color: #BBC8C3;
}
.TagClassName
{
border-color: #BBC8C3;
}
</style>