Shades of Jet Stream #BDD3CB
Tints of Jet Stream #BDD3CB
RGB
CMYK
RGB Variations
Color information
#BDD3CB (or 0xBDD3CB) is known color: Jet Stream. HEX triplet: BD, D3 and CB. RGB value is (189,211,203). Sum of RGB (Red+Green+Blue) = 189+211+203=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3CB is #422C34. Grayscale: #CBCBCB. Windows color (decimal): -4336693 or 13358013. OLE color: 13358013.
HSL color Cylindrical-coordinate representation of color #BDD3CB: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3CB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 203 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.17 |
| HSL | 158.18º | 0.2% | 0.78% | - |
| HSV(B) | 158.18º | 0.1% | 0.83% | - |
| XYZ | 55.06 | 61.72 | 65.51 | - |
| YUV | 203.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 203 | 0.10 | 0 | 0.04 | 0.17 | 158.18 | 0.2 | 0.78 |
| Hex | BD | D3 | CB | A | 0 | 4 | 11 | 9E | 14 | 4E |
| Octal | 275 | 323 | 313 | 12 | 0 | 4 | 21 | 236 | 24 | 116 |
| Binary | 10111101 | 11010011 | 11001011 | 1010 | 0 | 100 | 10001 | 10011110 | 10100 | 1001110 |
Color Harmonies of #BDD3CB
Complementary color
Monochromatic Colors of #BDD3CB
Black with #BDD3CB
Text Example
Text Example
White with #BDD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3CB; }
p { color: rgb(189,211,203); }
H1.HeaderClassName
{
color: #BDD3CB;
}
.AnyTagClassName
{
color: #BDD3CB;
}
</style>
background-color css
<style>
a { background-color: #BDD3CB; }
a { background-color: rgb(189,211,203); }
div.DivClassName
{
background-color: #BDD3CB;
}
.BgClassName
{
background-color: #BDD3CB;
}
</style>
border-color css
<style>
span { border-color: #BDD3CB; }
span { border-color: rgb(189,211,203); }
td.TdClassName
{
border-color: #BDD3CB;
}
.TagClassName
{
border-color: #BDD3CB;
}
</style>