Shades of Jet Stream #BDD9CE
Tints of Jet Stream #BDD9CE
RGB
CMYK
RGB Variations
Color information
#BDD9CE (or 0xBDD9CE) is known color: Jet Stream. HEX triplet: BD, D9 and CE. RGB value is (189,217,206). Sum of RGB (Red+Green+Blue) = 189+217+206=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9CE is #422631. Grayscale: #CFCFCF. Windows color (decimal): -4335154 or 13556157. OLE color: 13556157.
HSL color Cylindrical-coordinate representation of color #BDD9CE: hue angle of 156.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9CE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 206 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.15 |
| HSL | 156.43º | 0.27% | 0.8% | - |
| HSV(B) | 156.43º | 0.13% | 0.85% | - |
| XYZ | 56.94 | 64.9 | 67.92 | - |
| YUV | 207.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 206 | 0.13 | 0 | 0.05 | 0.15 | 156.43 | 0.27 | 0.8 |
| Hex | BD | D9 | CE | D | 0 | 5 | F | 9C | 1B | 50 |
| Octal | 275 | 331 | 316 | 15 | 0 | 5 | 17 | 234 | 33 | 120 |
| Binary | 10111101 | 11011001 | 11001110 | 1101 | 0 | 101 | 1111 | 10011100 | 11011 | 1010000 |
Color Harmonies of #BDD9CE
Complementary color
Monochromatic Colors of #BDD9CE
Black with #BDD9CE
Text Example
Text Example
White with #BDD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9CE; }
p { color: rgb(189,217,206); }
H1.HeaderClassName
{
color: #BDD9CE;
}
.AnyTagClassName
{
color: #BDD9CE;
}
</style>
background-color css
<style>
a { background-color: #BDD9CE; }
a { background-color: rgb(189,217,206); }
div.DivClassName
{
background-color: #BDD9CE;
}
.BgClassName
{
background-color: #BDD9CE;
}
</style>
border-color css
<style>
span { border-color: #BDD9CE; }
span { border-color: rgb(189,217,206); }
td.TdClassName
{
border-color: #BDD9CE;
}
.TagClassName
{
border-color: #BDD9CE;
}
</style>