Shades of Jet Stream #BDD7CB
Tints of Jet Stream #BDD7CB
RGB
CMYK
RGB Variations
Color information
#BDD7CB (or 0xBDD7CB) is known color: Jet Stream. HEX triplet: BD, D7 and CB. RGB value is (189,215,203). Sum of RGB (Red+Green+Blue) = 189+215+203=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7CB is #422834. Grayscale: #CDCDCD. Windows color (decimal): -4335669 or 13359037. OLE color: 13359037.
HSL color Cylindrical-coordinate representation of color #BDD7CB: hue angle of 152.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7CB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 203 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 152.31º | 0.25% | 0.79% | - |
| HSV(B) | 152.31º | 0.12% | 0.84% | - |
| XYZ | 56.07 | 63.73 | 65.85 | - |
| YUV | 205.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 203 | 0.12 | 0 | 0.06 | 0.16 | 152.31 | 0.25 | 0.79 |
| Hex | BD | D7 | CB | C | 0 | 6 | 10 | 98 | 19 | 4F |
| Octal | 275 | 327 | 313 | 14 | 0 | 6 | 20 | 230 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11001011 | 1100 | 0 | 110 | 10000 | 10011000 | 11001 | 1001111 |
Color Harmonies of #BDD7CB
Complementary color
Monochromatic Colors of #BDD7CB
Black with #BDD7CB
Text Example
Text Example
White with #BDD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7CB; }
p { color: rgb(189,215,203); }
H1.HeaderClassName
{
color: #BDD7CB;
}
.AnyTagClassName
{
color: #BDD7CB;
}
</style>
background-color css
<style>
a { background-color: #BDD7CB; }
a { background-color: rgb(189,215,203); }
div.DivClassName
{
background-color: #BDD7CB;
}
.BgClassName
{
background-color: #BDD7CB;
}
</style>
border-color css
<style>
span { border-color: #BDD7CB; }
span { border-color: rgb(189,215,203); }
td.TdClassName
{
border-color: #BDD7CB;
}
.TagClassName
{
border-color: #BDD7CB;
}
</style>