Shades of Jet Stream #BDD8CA
Tints of Jet Stream #BDD8CA
RGB
CMYK
RGB Variations
Color information
#BDD8CA (or 0xBDD8CA) is known color: Jet Stream. HEX triplet: BD, D8 and CA. RGB value is (189,216,202). Sum of RGB (Red+Green+Blue) = 189+216+202=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8CA is #422735. Grayscale: #CECECE. Windows color (decimal): -4335414 or 13293757. OLE color: 13293757.
HSL color Cylindrical-coordinate representation of color #BDD8CA: hue angle of 148.89º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8CA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 202 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.15 |
| HSL | 148.89º | 0.26% | 0.79% | - |
| HSV(B) | 148.89º | 0.13% | 0.85% | - |
| XYZ | 56.2 | 64.19 | 65.31 | - |
| YUV | 206.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 202 | 0.12 | 0 | 0.06 | 0.15 | 148.89 | 0.26 | 0.79 |
| Hex | BD | D8 | CA | C | 0 | 6 | F | 95 | 1A | 4F |
| Octal | 275 | 330 | 312 | 14 | 0 | 6 | 17 | 225 | 32 | 117 |
| Binary | 10111101 | 11011000 | 11001010 | 1100 | 0 | 110 | 1111 | 10010101 | 11010 | 1001111 |
Color Harmonies of #BDD8CA
Complementary color
Monochromatic Colors of #BDD8CA
Black with #BDD8CA
Text Example
Text Example
White with #BDD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8CA; }
p { color: rgb(189,216,202); }
H1.HeaderClassName
{
color: #BDD8CA;
}
.AnyTagClassName
{
color: #BDD8CA;
}
</style>
background-color css
<style>
a { background-color: #BDD8CA; }
a { background-color: rgb(189,216,202); }
div.DivClassName
{
background-color: #BDD8CA;
}
.BgClassName
{
background-color: #BDD8CA;
}
</style>
border-color css
<style>
span { border-color: #BDD8CA; }
span { border-color: rgb(189,216,202); }
td.TdClassName
{
border-color: #BDD8CA;
}
.TagClassName
{
border-color: #BDD8CA;
}
</style>