Shades of Jet Stream #BDD1CB
Tints of Jet Stream #BDD1CB
RGB
CMYK
RGB Variations
Color information
#BDD1CB (or 0xBDD1CB) is known color: Jet Stream. HEX triplet: BD, D1 and CB. RGB value is (189,209,203). Sum of RGB (Red+Green+Blue) = 189+209+203=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1CB is #422E34. Grayscale: #CACACA. Windows color (decimal): -4337205 or 13357501. OLE color: 13357501.
HSL color Cylindrical-coordinate representation of color #BDD1CB: hue angle of 162º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD1CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 203 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 162º | 0.18% | 0.78% | - |
| HSV(B) | 162º | 0.1% | 0.82% | - |
| XYZ | 54.57 | 60.73 | 65.35 | - |
| YUV | 202.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 203 | 0.10 | 0 | 0.03 | 0.18 | 162 | 0.18 | 0.78 |
| Hex | BD | D1 | CB | A | 0 | 3 | 12 | A2 | 12 | 4E |
| Octal | 275 | 321 | 313 | 12 | 0 | 3 | 22 | 242 | 22 | 116 |
| Binary | 10111101 | 11010001 | 11001011 | 1010 | 0 | 11 | 10010 | 10100010 | 10010 | 1001110 |
Color Harmonies of #BDD1CB
Complementary color
Monochromatic Colors of #BDD1CB
Black with #BDD1CB
Text Example
Text Example
White with #BDD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1CB; }
p { color: rgb(189,209,203); }
H1.HeaderClassName
{
color: #BDD1CB;
}
.AnyTagClassName
{
color: #BDD1CB;
}
</style>
background-color css
<style>
a { background-color: #BDD1CB; }
a { background-color: rgb(189,209,203); }
div.DivClassName
{
background-color: #BDD1CB;
}
.BgClassName
{
background-color: #BDD1CB;
}
</style>
border-color css
<style>
span { border-color: #BDD1CB; }
span { border-color: rgb(189,209,203); }
td.TdClassName
{
border-color: #BDD1CB;
}
.TagClassName
{
border-color: #BDD1CB;
}
</style>