Shades of Jet Stream #BDD5C8
Tints of Jet Stream #BDD5C8
RGB
CMYK
RGB Variations
Color information
#BDD5C8 (or 0xBDD5C8) is known color: Jet Stream. HEX triplet: BD, D5 and C8. RGB value is (189,213,200). Sum of RGB (Red+Green+Blue) = 189+213+200=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5C8 is #422A37. Grayscale: #CCCCCC. Windows color (decimal): -4336184 or 13161917. OLE color: 13161917.
HSL color Cylindrical-coordinate representation of color #BDD5C8: hue angle of 147.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5C8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 200 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.16 |
| HSL | 147.5º | 0.22% | 0.79% | - |
| HSV(B) | 147.5º | 0.11% | 0.84% | - |
| XYZ | 55.21 | 62.58 | 63.81 | - |
| YUV | 204.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 200 | 0.11 | 0 | 0.06 | 0.16 | 147.5 | 0.22 | 0.79 |
| Hex | BD | D5 | C8 | B | 0 | 6 | 10 | 94 | 16 | 4F |
| Octal | 275 | 325 | 310 | 13 | 0 | 6 | 20 | 224 | 26 | 117 |
| Binary | 10111101 | 11010101 | 11001000 | 1011 | 0 | 110 | 10000 | 10010100 | 10110 | 1001111 |
Color Harmonies of #BDD5C8
Complementary color
Monochromatic Colors of #BDD5C8
Black with #BDD5C8
Text Example
Text Example
White with #BDD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5C8; }
p { color: rgb(189,213,200); }
H1.HeaderClassName
{
color: #BDD5C8;
}
.AnyTagClassName
{
color: #BDD5C8;
}
</style>
background-color css
<style>
a { background-color: #BDD5C8; }
a { background-color: rgb(189,213,200); }
div.DivClassName
{
background-color: #BDD5C8;
}
.BgClassName
{
background-color: #BDD5C8;
}
</style>
border-color css
<style>
span { border-color: #BDD5C8; }
span { border-color: rgb(189,213,200); }
td.TdClassName
{
border-color: #BDD5C8;
}
.TagClassName
{
border-color: #BDD5C8;
}
</style>