Shades of Jet Stream #BDD1CD
Tints of Jet Stream #BDD1CD
RGB
CMYK
RGB Variations
Color information
#BDD1CD (or 0xBDD1CD) is known color: Jet Stream. HEX triplet: BD, D1 and CD. RGB value is (189,209,205). Sum of RGB (Red+Green+Blue) = 189+209+205=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1CD is #422E32. Grayscale: #CACACA. Windows color (decimal): -4337203 or 13488573. OLE color: 13488573.
HSL color Cylindrical-coordinate representation of color #BDD1CD: hue angle of 168º 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 #BDD1CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 205 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.18 |
| HSL | 168º | 0.18% | 0.78% | - |
| HSV(B) | 168º | 0.1% | 0.82% | - |
| XYZ | 54.81 | 60.83 | 66.61 | - |
| YUV | 202.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 205 | 0.10 | 0 | 0.02 | 0.18 | 168 | 0.18 | 0.78 |
| Hex | BD | D1 | CD | A | 0 | 2 | 12 | A8 | 12 | 4E |
| Octal | 275 | 321 | 315 | 12 | 0 | 2 | 22 | 250 | 22 | 116 |
| Binary | 10111101 | 11010001 | 11001101 | 1010 | 0 | 10 | 10010 | 10101000 | 10010 | 1001110 |
Color Harmonies of #BDD1CD
Complementary color
Monochromatic Colors of #BDD1CD
Black with #BDD1CD
Text Example
Text Example
White with #BDD1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1CD; }
p { color: rgb(189,209,205); }
H1.HeaderClassName
{
color: #BDD1CD;
}
.AnyTagClassName
{
color: #BDD1CD;
}
</style>
background-color css
<style>
a { background-color: #BDD1CD; }
a { background-color: rgb(189,209,205); }
div.DivClassName
{
background-color: #BDD1CD;
}
.BgClassName
{
background-color: #BDD1CD;
}
</style>
border-color css
<style>
span { border-color: #BDD1CD; }
span { border-color: rgb(189,209,205); }
td.TdClassName
{
border-color: #BDD1CD;
}
.TagClassName
{
border-color: #BDD1CD;
}
</style>