Shades of Jet Stream #BDD7CA
Tints of Jet Stream #BDD7CA
RGB
CMYK
RGB Variations
Color information
#BDD7CA (or 0xBDD7CA) is known color: Jet Stream. HEX triplet: BD, D7 and CA. RGB value is (189,215,202). Sum of RGB (Red+Green+Blue) = 189+215+202=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7CA is #422835. Grayscale: #CDCDCD. Windows color (decimal): -4335670 or 13293501. OLE color: 13293501.
HSL color Cylindrical-coordinate representation of color #BDD7CA: hue angle of 150º 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 #BDD7CA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 202 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 150º | 0.25% | 0.79% | - |
| HSV(B) | 150º | 0.12% | 0.84% | - |
| XYZ | 55.95 | 63.68 | 65.22 | - |
| YUV | 205.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 202 | 0.12 | 0 | 0.06 | 0.16 | 150 | 0.25 | 0.79 |
| Hex | BD | D7 | CA | C | 0 | 6 | 10 | 96 | 19 | 4F |
| Octal | 275 | 327 | 312 | 14 | 0 | 6 | 20 | 226 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11001010 | 1100 | 0 | 110 | 10000 | 10010110 | 11001 | 1001111 |
Color Harmonies of #BDD7CA
Complementary color
Monochromatic Colors of #BDD7CA
Black with #BDD7CA
Text Example
Text Example
White with #BDD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7CA; }
p { color: rgb(189,215,202); }
H1.HeaderClassName
{
color: #BDD7CA;
}
.AnyTagClassName
{
color: #BDD7CA;
}
</style>
background-color css
<style>
a { background-color: #BDD7CA; }
a { background-color: rgb(189,215,202); }
div.DivClassName
{
background-color: #BDD7CA;
}
.BgClassName
{
background-color: #BDD7CA;
}
</style>
border-color css
<style>
span { border-color: #BDD7CA; }
span { border-color: rgb(189,215,202); }
td.TdClassName
{
border-color: #BDD7CA;
}
.TagClassName
{
border-color: #BDD7CA;
}
</style>