Shades of Jet Stream #BDD7D0
Tints of Jet Stream #BDD7D0
RGB
CMYK
RGB Variations
Color information
#BDD7D0 (or 0xBDD7D0) is known color: Jet Stream. HEX triplet: BD, D7 and D0. RGB value is (189,215,208). Sum of RGB (Red+Green+Blue) = 189+215+208=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D0 is #42282F. Grayscale: #CECECE. Windows color (decimal): -4335664 or 13686717. OLE color: 13686717.
HSL color Cylindrical-coordinate representation of color #BDD7D0: hue angle of 163.85º degrees, saturation: 0.25, 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 #BDD7D0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 208 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.16 |
| HSL | 163.85º | 0.25% | 0.79% | - |
| HSV(B) | 163.85º | 0.12% | 0.84% | - |
| XYZ | 56.67 | 63.97 | 69.04 | - |
| YUV | 206.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 208 | 0.12 | 0 | 0.03 | 0.16 | 163.85 | 0.25 | 0.79 |
| Hex | BD | D7 | D0 | C | 0 | 3 | 10 | A4 | 19 | 4F |
| Octal | 275 | 327 | 320 | 14 | 0 | 3 | 20 | 244 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11010000 | 1100 | 0 | 11 | 10000 | 10100100 | 11001 | 1001111 |
Color Harmonies of #BDD7D0
Complementary color
Monochromatic Colors of #BDD7D0
Black with #BDD7D0
Text Example
Text Example
White with #BDD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7D0; }
p { color: rgb(189,215,208); }
H1.HeaderClassName
{
color: #BDD7D0;
}
.AnyTagClassName
{
color: #BDD7D0;
}
</style>
background-color css
<style>
a { background-color: #BDD7D0; }
a { background-color: rgb(189,215,208); }
div.DivClassName
{
background-color: #BDD7D0;
}
.BgClassName
{
background-color: #BDD7D0;
}
</style>
border-color css
<style>
span { border-color: #BDD7D0; }
span { border-color: rgb(189,215,208); }
td.TdClassName
{
border-color: #BDD7D0;
}
.TagClassName
{
border-color: #BDD7D0;
}
</style>