Shades of Jet Stream #BDDBCF
Tints of Jet Stream #BDDBCF
RGB
CMYK
RGB Variations
Color information
#BDDBCF (or 0xBDDBCF) is known color: Jet Stream. HEX triplet: BD, DB and CF. RGB value is (189,219,207). Sum of RGB (Red+Green+Blue) = 189+219+207=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBCF is #422430. Grayscale: #D0D0D0. Windows color (decimal): -4334641 or 13622205. OLE color: 13622205.
HSL color Cylindrical-coordinate representation of color #BDDBCF: hue angle of 156º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBCF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 207 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.14 |
| HSL | 156º | 0.29% | 0.8% | - |
| HSV(B) | 156º | 0.14% | 0.86% | - |
| XYZ | 57.58 | 65.99 | 68.73 | - |
| YUV | 208.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 207 | 0.14 | 0 | 0.05 | 0.14 | 156 | 0.29 | 0.8 |
| Hex | BD | DB | CF | E | 0 | 5 | E | 9C | 1D | 50 |
| Octal | 275 | 333 | 317 | 16 | 0 | 5 | 16 | 234 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11001111 | 1110 | 0 | 101 | 1110 | 10011100 | 11101 | 1010000 |
Color Harmonies of #BDDBCF
Complementary color
Monochromatic Colors of #BDDBCF
Black with #BDDBCF
Text Example
Text Example
White with #BDDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBCF; }
p { color: rgb(189,219,207); }
H1.HeaderClassName
{
color: #BDDBCF;
}
.AnyTagClassName
{
color: #BDDBCF;
}
</style>
background-color css
<style>
a { background-color: #BDDBCF; }
a { background-color: rgb(189,219,207); }
div.DivClassName
{
background-color: #BDDBCF;
}
.BgClassName
{
background-color: #BDDBCF;
}
</style>
border-color css
<style>
span { border-color: #BDDBCF; }
span { border-color: rgb(189,219,207); }
td.TdClassName
{
border-color: #BDDBCF;
}
.TagClassName
{
border-color: #BDDBCF;
}
</style>