Shades of Jet Stream #BDD4CF
Tints of Jet Stream #BDD4CF
RGB
CMYK
RGB Variations
Color information
#BDD4CF (or 0xBDD4CF) is known color: Jet Stream. HEX triplet: BD, D4 and CF. RGB value is (189,212,207). Sum of RGB (Red+Green+Blue) = 189+212+207=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4CF is #422B30. Grayscale: #CCCCCC. Windows color (decimal): -4336433 or 13620413. OLE color: 13620413.
HSL color Cylindrical-coordinate representation of color #BDD4CF: hue angle of 166.96º 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 #BDD4CF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 207 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.17 |
| HSL | 166.96º | 0.21% | 0.79% | - |
| HSV(B) | 166.96º | 0.11% | 0.83% | - |
| XYZ | 55.79 | 62.41 | 68.14 | - |
| YUV | 204.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 207 | 0.11 | 0 | 0.02 | 0.17 | 166.96 | 0.21 | 0.79 |
| Hex | BD | D4 | CF | B | 0 | 2 | 11 | A7 | 15 | 4F |
| Octal | 275 | 324 | 317 | 13 | 0 | 2 | 21 | 247 | 25 | 117 |
| Binary | 10111101 | 11010100 | 11001111 | 1011 | 0 | 10 | 10001 | 10100111 | 10101 | 1001111 |
Color Harmonies of #BDD4CF
Complementary color
Monochromatic Colors of #BDD4CF
Black with #BDD4CF
Text Example
Text Example
White with #BDD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4CF; }
p { color: rgb(189,212,207); }
H1.HeaderClassName
{
color: #BDD4CF;
}
.AnyTagClassName
{
color: #BDD4CF;
}
</style>
background-color css
<style>
a { background-color: #BDD4CF; }
a { background-color: rgb(189,212,207); }
div.DivClassName
{
background-color: #BDD4CF;
}
.BgClassName
{
background-color: #BDD4CF;
}
</style>
border-color css
<style>
span { border-color: #BDD4CF; }
span { border-color: rgb(189,212,207); }
td.TdClassName
{
border-color: #BDD4CF;
}
.TagClassName
{
border-color: #BDD4CF;
}
</style>