Shades of Jet Stream #BDD2CB
Tints of Jet Stream #BDD2CB
RGB
CMYK
RGB Variations
Color information
#BDD2CB (or 0xBDD2CB) is known color: Jet Stream. HEX triplet: BD, D2 and CB. RGB value is (189,210,203). Sum of RGB (Red+Green+Blue) = 189+210+203=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2CB is #422D34. Grayscale: #CACACA. Windows color (decimal): -4336949 or 13357757. OLE color: 13357757.
HSL color Cylindrical-coordinate representation of color #BDD2CB: hue angle of 160º degrees, saturation: 0.19, 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 #BDD2CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 203 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 160º | 0.19% | 0.78% | - |
| HSV(B) | 160º | 0.1% | 0.82% | - |
| XYZ | 54.81 | 61.22 | 65.43 | - |
| YUV | 202.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 203 | 0.10 | 0 | 0.03 | 0.18 | 160 | 0.19 | 0.78 |
| Hex | BD | D2 | CB | A | 0 | 3 | 12 | A0 | 13 | 4E |
| Octal | 275 | 322 | 313 | 12 | 0 | 3 | 22 | 240 | 23 | 116 |
| Binary | 10111101 | 11010010 | 11001011 | 1010 | 0 | 11 | 10010 | 10100000 | 10011 | 1001110 |
Color Harmonies of #BDD2CB
Complementary color
Monochromatic Colors of #BDD2CB
Black with #BDD2CB
Text Example
Text Example
White with #BDD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2CB; }
p { color: rgb(189,210,203); }
H1.HeaderClassName
{
color: #BDD2CB;
}
.AnyTagClassName
{
color: #BDD2CB;
}
</style>
background-color css
<style>
a { background-color: #BDD2CB; }
a { background-color: rgb(189,210,203); }
div.DivClassName
{
background-color: #BDD2CB;
}
.BgClassName
{
background-color: #BDD2CB;
}
</style>
border-color css
<style>
span { border-color: #BDD2CB; }
span { border-color: rgb(189,210,203); }
td.TdClassName
{
border-color: #BDD2CB;
}
.TagClassName
{
border-color: #BDD2CB;
}
</style>