Shades of Jet Stream #BDD0C8
Tints of Jet Stream #BDD0C8
RGB
CMYK
RGB Variations
Color information
#BDD0C8 (or 0xBDD0C8) is known color: Jet Stream. HEX triplet: BD, D0 and C8. RGB value is (189,208,200). Sum of RGB (Red+Green+Blue) = 189+208+200=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C8 is #422F37. Grayscale: #C9C9C9. Windows color (decimal): -4337464 or 13160637. OLE color: 13160637.
HSL color Cylindrical-coordinate representation of color #BDD0C8: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C8 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 200 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.18 |
| HSL | 154.74º | 0.17% | 0.78% | - |
| HSV(B) | 154.74º | 0.09% | 0.82% | - |
| XYZ | 53.97 | 60.1 | 63.4 | - |
| YUV | 201.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 200 | 0.09 | 0 | 0.04 | 0.18 | 154.74 | 0.17 | 0.78 |
| Hex | BD | D0 | C8 | 9 | 0 | 4 | 12 | 9B | 11 | 4E |
| Octal | 275 | 320 | 310 | 11 | 0 | 4 | 22 | 233 | 21 | 116 |
| Binary | 10111101 | 11010000 | 11001000 | 1001 | 0 | 100 | 10010 | 10011011 | 10001 | 1001110 |
Color Harmonies of #BDD0C8
Complementary color
Monochromatic Colors of #BDD0C8
Black with #BDD0C8
Text Example
Text Example
White with #BDD0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0C8; }
p { color: rgb(189,208,200); }
H1.HeaderClassName
{
color: #BDD0C8;
}
.AnyTagClassName
{
color: #BDD0C8;
}
</style>
background-color css
<style>
a { background-color: #BDD0C8; }
a { background-color: rgb(189,208,200); }
div.DivClassName
{
background-color: #BDD0C8;
}
.BgClassName
{
background-color: #BDD0C8;
}
</style>
border-color css
<style>
span { border-color: #BDD0C8; }
span { border-color: rgb(189,208,200); }
td.TdClassName
{
border-color: #BDD0C8;
}
.TagClassName
{
border-color: #BDD0C8;
}
</style>