Shades of Jet Stream #BDD0CA
Tints of Jet Stream #BDD0CA
RGB
CMYK
RGB Variations
Color information
#BDD0CA (or 0xBDD0CA) is known color: Jet Stream. HEX triplet: BD, D0 and CA. RGB value is (189,208,202). Sum of RGB (Red+Green+Blue) = 189+208+202=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0CA is #422F35. Grayscale: #C9C9C9. Windows color (decimal): -4337462 or 13291709. OLE color: 13291709.
HSL color Cylindrical-coordinate representation of color #BDD0CA: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0CA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 202 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.18 |
| HSL | 161.05º | 0.17% | 0.78% | - |
| HSV(B) | 161.05º | 0.09% | 0.82% | - |
| XYZ | 54.2 | 60.19 | 64.64 | - |
| YUV | 201.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 202 | 0.09 | 0 | 0.03 | 0.18 | 161.05 | 0.17 | 0.78 |
| Hex | BD | D0 | CA | 9 | 0 | 3 | 12 | A1 | 11 | 4E |
| Octal | 275 | 320 | 312 | 11 | 0 | 3 | 22 | 241 | 21 | 116 |
| Binary | 10111101 | 11010000 | 11001010 | 1001 | 0 | 11 | 10010 | 10100001 | 10001 | 1001110 |
Color Harmonies of #BDD0CA
Complementary color
Monochromatic Colors of #BDD0CA
Black with #BDD0CA
Text Example
Text Example
White with #BDD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0CA; }
p { color: rgb(189,208,202); }
H1.HeaderClassName
{
color: #BDD0CA;
}
.AnyTagClassName
{
color: #BDD0CA;
}
</style>
background-color css
<style>
a { background-color: #BDD0CA; }
a { background-color: rgb(189,208,202); }
div.DivClassName
{
background-color: #BDD0CA;
}
.BgClassName
{
background-color: #BDD0CA;
}
</style>
border-color css
<style>
span { border-color: #BDD0CA; }
span { border-color: rgb(189,208,202); }
td.TdClassName
{
border-color: #BDD0CA;
}
.TagClassName
{
border-color: #BDD0CA;
}
</style>