Shades of Jet Stream #BDD4C9
Tints of Jet Stream #BDD4C9
RGB
CMYK
RGB Variations
Color information
#BDD4C9 (or 0xBDD4C9) is known color: Jet Stream. HEX triplet: BD, D4 and C9. RGB value is (189,212,201). Sum of RGB (Red+Green+Blue) = 189+212+201=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4C9 is #422B36. Grayscale: #CBCBCB. Windows color (decimal): -4336439 or 13227197. OLE color: 13227197.
HSL color Cylindrical-coordinate representation of color #BDD4C9: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4C9 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 201 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.17 |
| HSL | 151.3º | 0.21% | 0.79% | - |
| HSV(B) | 151.3º | 0.11% | 0.83% | - |
| XYZ | 55.07 | 62.12 | 64.35 | - |
| YUV | 203.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 201 | 0.11 | 0 | 0.05 | 0.17 | 151.3 | 0.21 | 0.79 |
| Hex | BD | D4 | C9 | B | 0 | 5 | 11 | 97 | 15 | 4F |
| Octal | 275 | 324 | 311 | 13 | 0 | 5 | 21 | 227 | 25 | 117 |
| Binary | 10111101 | 11010100 | 11001001 | 1011 | 0 | 101 | 10001 | 10010111 | 10101 | 1001111 |
Color Harmonies of #BDD4C9
Complementary color
Monochromatic Colors of #BDD4C9
Black with #BDD4C9
Text Example
Text Example
White with #BDD4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4C9; }
p { color: rgb(189,212,201); }
H1.HeaderClassName
{
color: #BDD4C9;
}
.AnyTagClassName
{
color: #BDD4C9;
}
</style>
background-color css
<style>
a { background-color: #BDD4C9; }
a { background-color: rgb(189,212,201); }
div.DivClassName
{
background-color: #BDD4C9;
}
.BgClassName
{
background-color: #BDD4C9;
}
</style>
border-color css
<style>
span { border-color: #BDD4C9; }
span { border-color: rgb(189,212,201); }
td.TdClassName
{
border-color: #BDD4C9;
}
.TagClassName
{
border-color: #BDD4C9;
}
</style>