Shades of Jet Stream #BDD4CA
Tints of Jet Stream #BDD4CA
RGB
CMYK
RGB Variations
Color information
#BDD4CA (or 0xBDD4CA) is known color: Jet Stream. HEX triplet: BD, D4 and CA. RGB value is (189,212,202). Sum of RGB (Red+Green+Blue) = 189+212+202=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4CA is #422B35. Grayscale: #CCCCCC. Windows color (decimal): -4336438 or 13292733. OLE color: 13292733.
HSL color Cylindrical-coordinate representation of color #BDD4CA: hue angle of 153.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4CA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 202 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.17 |
| HSL | 153.91º | 0.21% | 0.79% | - |
| HSV(B) | 153.91º | 0.11% | 0.83% | - |
| XYZ | 55.19 | 62.17 | 64.97 | - |
| YUV | 203.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 202 | 0.11 | 0 | 0.05 | 0.17 | 153.91 | 0.21 | 0.79 |
| Hex | BD | D4 | CA | B | 0 | 5 | 11 | 9A | 15 | 4F |
| Octal | 275 | 324 | 312 | 13 | 0 | 5 | 21 | 232 | 25 | 117 |
| Binary | 10111101 | 11010100 | 11001010 | 1011 | 0 | 101 | 10001 | 10011010 | 10101 | 1001111 |
Color Harmonies of #BDD4CA
Complementary color
Monochromatic Colors of #BDD4CA
Black with #BDD4CA
Text Example
Text Example
White with #BDD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4CA; }
p { color: rgb(189,212,202); }
H1.HeaderClassName
{
color: #BDD4CA;
}
.AnyTagClassName
{
color: #BDD4CA;
}
</style>
background-color css
<style>
a { background-color: #BDD4CA; }
a { background-color: rgb(189,212,202); }
div.DivClassName
{
background-color: #BDD4CA;
}
.BgClassName
{
background-color: #BDD4CA;
}
</style>
border-color css
<style>
span { border-color: #BDD4CA; }
span { border-color: rgb(189,212,202); }
td.TdClassName
{
border-color: #BDD4CA;
}
.TagClassName
{
border-color: #BDD4CA;
}
</style>