Shades of Jet Stream #BDD5CA
Tints of Jet Stream #BDD5CA
RGB
CMYK
RGB Variations
Color information
#BDD5CA (or 0xBDD5CA) is known color: Jet Stream. HEX triplet: BD, D5 and CA. RGB value is (189,213,202). Sum of RGB (Red+Green+Blue) = 189+213+202=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5CA is #422A35. Grayscale: #CCCCCC. Windows color (decimal): -4336182 or 13292989. OLE color: 13292989.
HSL color Cylindrical-coordinate representation of color #BDD5CA: hue angle of 152.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5CA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 202 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.16 |
| HSL | 152.5º | 0.22% | 0.79% | - |
| HSV(B) | 152.5º | 0.11% | 0.84% | - |
| XYZ | 55.44 | 62.67 | 65.05 | - |
| YUV | 204.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 202 | 0.11 | 0 | 0.05 | 0.16 | 152.5 | 0.22 | 0.79 |
| Hex | BD | D5 | CA | B | 0 | 5 | 10 | 98 | 16 | 4F |
| Octal | 275 | 325 | 312 | 13 | 0 | 5 | 20 | 230 | 26 | 117 |
| Binary | 10111101 | 11010101 | 11001010 | 1011 | 0 | 101 | 10000 | 10011000 | 10110 | 1001111 |
Color Harmonies of #BDD5CA
Complementary color
Monochromatic Colors of #BDD5CA
Black with #BDD5CA
Text Example
Text Example
White with #BDD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5CA; }
p { color: rgb(189,213,202); }
H1.HeaderClassName
{
color: #BDD5CA;
}
.AnyTagClassName
{
color: #BDD5CA;
}
</style>
background-color css
<style>
a { background-color: #BDD5CA; }
a { background-color: rgb(189,213,202); }
div.DivClassName
{
background-color: #BDD5CA;
}
.BgClassName
{
background-color: #BDD5CA;
}
</style>
border-color css
<style>
span { border-color: #BDD5CA; }
span { border-color: rgb(189,213,202); }
td.TdClassName
{
border-color: #BDD5CA;
}
.TagClassName
{
border-color: #BDD5CA;
}
</style>