Shades of Jet Stream #BDCBC6
Tints of Jet Stream #BDCBC6
RGB
CMYK
RGB Variations
Color information
#BDCBC6 (or 0xBDCBC6) is known color: Jet Stream. HEX triplet: BD, CB and C6. RGB value is (189,203,198). Sum of RGB (Red+Green+Blue) = 189+203+198=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBC6 is #423439. Grayscale: #C6C6C6. Windows color (decimal): -4338746 or 13028285. OLE color: 13028285.
HSL color Cylindrical-coordinate representation of color #BDCBC6: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCBC6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 198 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.20 |
| HSL | 158.57º | 0.12% | 0.77% | - |
| HSV(B) | 158.57º | 0.07% | 0.8% | - |
| XYZ | 52.54 | 57.61 | 61.78 | - |
| YUV | 198.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 198 | 0.07 | 0 | 0.02 | 0.20 | 158.57 | 0.12 | 0.77 |
| Hex | BD | CB | C6 | 7 | 0 | 2 | 14 | 9F | C | 4D |
| Octal | 275 | 313 | 306 | 7 | 0 | 2 | 24 | 237 | 14 | 115 |
| Binary | 10111101 | 11001011 | 11000110 | 111 | 0 | 10 | 10100 | 10011111 | 1100 | 1001101 |
Color Harmonies of #BDCBC6
Complementary color
Monochromatic Colors of #BDCBC6
Black with #BDCBC6
Text Example
Text Example
White with #BDCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBC6; }
p { color: rgb(189,203,198); }
H1.HeaderClassName
{
color: #BDCBC6;
}
.AnyTagClassName
{
color: #BDCBC6;
}
</style>
background-color css
<style>
a { background-color: #BDCBC6; }
a { background-color: rgb(189,203,198); }
div.DivClassName
{
background-color: #BDCBC6;
}
.BgClassName
{
background-color: #BDCBC6;
}
</style>
border-color css
<style>
span { border-color: #BDCBC6; }
span { border-color: rgb(189,203,198); }
td.TdClassName
{
border-color: #BDCBC6;
}
.TagClassName
{
border-color: #BDCBC6;
}
</style>