Shades of Jet Stream #BDD1C8
Tints of Jet Stream #BDD1C8
RGB
CMYK
RGB Variations
Color information
#BDD1C8 (or 0xBDD1C8) is known color: Jet Stream. HEX triplet: BD, D1 and C8. RGB value is (189,209,200). Sum of RGB (Red+Green+Blue) = 189+209+200=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C8 is #422E37. Grayscale: #CACACA. Windows color (decimal): -4337208 or 13160893. OLE color: 13160893.
HSL color Cylindrical-coordinate representation of color #BDD1C8: hue angle of 153º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD1C8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 200 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.18 |
| HSL | 153º | 0.18% | 0.78% | - |
| HSV(B) | 153º | 0.1% | 0.82% | - |
| XYZ | 54.21 | 60.59 | 63.48 | - |
| YUV | 201.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 200 | 0.10 | 0 | 0.04 | 0.18 | 153 | 0.18 | 0.78 |
| Hex | BD | D1 | C8 | A | 0 | 4 | 12 | 99 | 12 | 4E |
| Octal | 275 | 321 | 310 | 12 | 0 | 4 | 22 | 231 | 22 | 116 |
| Binary | 10111101 | 11010001 | 11001000 | 1010 | 0 | 100 | 10010 | 10011001 | 10010 | 1001110 |
Color Harmonies of #BDD1C8
Complementary color
Monochromatic Colors of #BDD1C8
Black with #BDD1C8
Text Example
Text Example
White with #BDD1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1C8; }
p { color: rgb(189,209,200); }
H1.HeaderClassName
{
color: #BDD1C8;
}
.AnyTagClassName
{
color: #BDD1C8;
}
</style>
background-color css
<style>
a { background-color: #BDD1C8; }
a { background-color: rgb(189,209,200); }
div.DivClassName
{
background-color: #BDD1C8;
}
.BgClassName
{
background-color: #BDD1C8;
}
</style>
border-color css
<style>
span { border-color: #BDD1C8; }
span { border-color: rgb(189,209,200); }
td.TdClassName
{
border-color: #BDD1C8;
}
.TagClassName
{
border-color: #BDD1C8;
}
</style>