Shades of Jet Stream #BDD0C7
Tints of Jet Stream #BDD0C7
RGB
CMYK
RGB Variations
Color information
#BDD0C7 (or 0xBDD0C7) is known color: Jet Stream. HEX triplet: BD, D0 and C7. RGB value is (189,208,199). Sum of RGB (Red+Green+Blue) = 189+208+199=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C7 is #422F38. Grayscale: #C9C9C9. Windows color (decimal): -4337465 or 13095101. OLE color: 13095101.
HSL color Cylindrical-coordinate representation of color #BDD0C7: hue angle of 151.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 199 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.18 |
| HSL | 151.58º | 0.17% | 0.78% | - |
| HSV(B) | 151.58º | 0.09% | 0.82% | - |
| XYZ | 53.85 | 60.05 | 62.79 | - |
| YUV | 201.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 199 | 0.09 | 0 | 0.04 | 0.18 | 151.58 | 0.17 | 0.78 |
| Hex | BD | D0 | C7 | 9 | 0 | 4 | 12 | 98 | 11 | 4E |
| Octal | 275 | 320 | 307 | 11 | 0 | 4 | 22 | 230 | 21 | 116 |
| Binary | 10111101 | 11010000 | 11000111 | 1001 | 0 | 100 | 10010 | 10011000 | 10001 | 1001110 |
Color Harmonies of #BDD0C7
Complementary color
Monochromatic Colors of #BDD0C7
Black with #BDD0C7
Text Example
Text Example
White with #BDD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0C7; }
p { color: rgb(189,208,199); }
H1.HeaderClassName
{
color: #BDD0C7;
}
.AnyTagClassName
{
color: #BDD0C7;
}
</style>
background-color css
<style>
a { background-color: #BDD0C7; }
a { background-color: rgb(189,208,199); }
div.DivClassName
{
background-color: #BDD0C7;
}
.BgClassName
{
background-color: #BDD0C7;
}
</style>
border-color css
<style>
span { border-color: #BDD0C7; }
span { border-color: rgb(189,208,199); }
td.TdClassName
{
border-color: #BDD0C7;
}
.TagClassName
{
border-color: #BDD0C7;
}
</style>