Shades of Jet Stream #BDD6C9
Tints of Jet Stream #BDD6C9
RGB
CMYK
RGB Variations
Color information
#BDD6C9 (or 0xBDD6C9) is known color: Jet Stream. HEX triplet: BD, D6 and C9. RGB value is (189,214,201). Sum of RGB (Red+Green+Blue) = 189+214+201=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6C9 is #422936. Grayscale: #CDCDCD. Windows color (decimal): -4335927 or 13227709. OLE color: 13227709.
HSL color Cylindrical-coordinate representation of color #BDD6C9: hue angle of 148.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD6C9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 201 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 148.8º | 0.23% | 0.79% | - |
| HSV(B) | 148.8º | 0.12% | 0.84% | - |
| XYZ | 55.58 | 63.13 | 64.51 | - |
| YUV | 205.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 201 | 0.12 | 0 | 0.06 | 0.16 | 148.8 | 0.23 | 0.79 |
| Hex | BD | D6 | C9 | C | 0 | 6 | 10 | 95 | 17 | 4F |
| Octal | 275 | 326 | 311 | 14 | 0 | 6 | 20 | 225 | 27 | 117 |
| Binary | 10111101 | 11010110 | 11001001 | 1100 | 0 | 110 | 10000 | 10010101 | 10111 | 1001111 |
Color Harmonies of #BDD6C9
Complementary color
Monochromatic Colors of #BDD6C9
Black with #BDD6C9
Text Example
Text Example
White with #BDD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6C9; }
p { color: rgb(189,214,201); }
H1.HeaderClassName
{
color: #BDD6C9;
}
.AnyTagClassName
{
color: #BDD6C9;
}
</style>
background-color css
<style>
a { background-color: #BDD6C9; }
a { background-color: rgb(189,214,201); }
div.DivClassName
{
background-color: #BDD6C9;
}
.BgClassName
{
background-color: #BDD6C9;
}
</style>
border-color css
<style>
span { border-color: #BDD6C9; }
span { border-color: rgb(189,214,201); }
td.TdClassName
{
border-color: #BDD6C9;
}
.TagClassName
{
border-color: #BDD6C9;
}
</style>