Shades of Jet Stream #BDD8C9
Tints of Jet Stream #BDD8C9
RGB
CMYK
RGB Variations
Color information
#BDD8C9 (or 0xBDD8C9) is known color: Jet Stream. HEX triplet: BD, D8 and C9. RGB value is (189,216,201). Sum of RGB (Red+Green+Blue) = 189+216+201=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8C9 is #422736. Grayscale: #CECECE. Windows color (decimal): -4335415 or 13228221. OLE color: 13228221.
HSL color Cylindrical-coordinate representation of color #BDD8C9: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8C9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 201 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.15 |
| HSL | 146.67º | 0.26% | 0.79% | - |
| HSV(B) | 146.67º | 0.13% | 0.85% | - |
| XYZ | 56.08 | 64.15 | 64.68 | - |
| YUV | 206.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 201 | 0.12 | 0 | 0.07 | 0.15 | 146.67 | 0.26 | 0.79 |
| Hex | BD | D8 | C9 | C | 0 | 7 | F | 93 | 1A | 4F |
| Octal | 275 | 330 | 311 | 14 | 0 | 7 | 17 | 223 | 32 | 117 |
| Binary | 10111101 | 11011000 | 11001001 | 1100 | 0 | 111 | 1111 | 10010011 | 11010 | 1001111 |
Color Harmonies of #BDD8C9
Complementary color
Monochromatic Colors of #BDD8C9
Black with #BDD8C9
Text Example
Text Example
White with #BDD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8C9; }
p { color: rgb(189,216,201); }
H1.HeaderClassName
{
color: #BDD8C9;
}
.AnyTagClassName
{
color: #BDD8C9;
}
</style>
background-color css
<style>
a { background-color: #BDD8C9; }
a { background-color: rgb(189,216,201); }
div.DivClassName
{
background-color: #BDD8C9;
}
.BgClassName
{
background-color: #BDD8C9;
}
</style>
border-color css
<style>
span { border-color: #BDD8C9; }
span { border-color: rgb(189,216,201); }
td.TdClassName
{
border-color: #BDD8C9;
}
.TagClassName
{
border-color: #BDD8C9;
}
</style>