Shades of Jet Stream #BBC3C1
Tints of Jet Stream #BBC3C1
RGB
CMYK
RGB Variations
Color information
#BBC3C1 (or 0xBBC3C1) is known color: Jet Stream. HEX triplet: BB, C3 and C1. RGB value is (187,195,193). Sum of RGB (Red+Green+Blue) = 187+195+193=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3C1 is #443C3E. Grayscale: #C0C0C0. Windows color (decimal): -4471871 or 12698555. OLE color: 12698555.
HSL color Cylindrical-coordinate representation of color #BBC3C1: hue angle of 165º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC3C1 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 195 | 193 | - |
CMYK | 0.04 | 0 | 0.01 | 0.24 |
HSL | 165º | 0.06% | 0.75% | - |
HSV(B) | 165º | 0.04% | 0.76% | - |
XYZ | 49.63 | 53.45 | 58.15 | - |
YUV | 192.38 | 128.35 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 193 | 0.04 | 0 | 0.01 | 0.24 | 165 | 0.06 | 0.75 |
Hex | BB | C3 | C1 | 4 | 0 | 1 | 18 | A5 | 6 | 4B |
Octal | 273 | 303 | 301 | 4 | 0 | 1 | 30 | 245 | 6 | 113 |
Binary | 10111011 | 11000011 | 11000001 | 100 | 0 | 1 | 11000 | 10100101 | 110 | 1001011 |
Color Harmonies of #BBC3C1
Complementary color
Monochromatic Colors of #BBC3C1
Black with #BBC3C1
Text Example
Text Example
White with #BBC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3C1; }
p { color: rgb(187,195,193); }
H1.HeaderClassName
{
color: #BBC3C1;
}
.AnyTagClassName
{
color: #BBC3C1;
}
</style>
background-color css
<style>
a { background-color: #BBC3C1; }
a { background-color: rgb(187,195,193); }
div.DivClassName
{
background-color: #BBC3C1;
}
.BgClassName
{
background-color: #BBC3C1;
}
</style>
border-color css
<style>
span { border-color: #BBC3C1; }
span { border-color: rgb(187,195,193); }
td.TdClassName
{
border-color: #BBC3C1;
}
.TagClassName
{
border-color: #BBC3C1;
}
</style>