Shades of Jet Stream #BDD7CC
Tints of Jet Stream #BDD7CC
RGB
CMYK
RGB Variations
Color information
#BDD7CC (or 0xBDD7CC) is known color: Jet Stream. HEX triplet: BD, D7 and CC. RGB value is (189,215,204). Sum of RGB (Red+Green+Blue) = 189+215+204=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7CC is #422833. Grayscale: #CDCDCD. Windows color (decimal): -4335668 or 13424573. OLE color: 13424573.
HSL color Cylindrical-coordinate representation of color #BDD7CC: hue angle of 154.62º 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 #BDD7CC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 204 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.16 |
| HSL | 154.62º | 0.25% | 0.79% | - |
| HSV(B) | 154.62º | 0.12% | 0.84% | - |
| XYZ | 56.19 | 63.78 | 66.48 | - |
| YUV | 205.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 204 | 0.12 | 0 | 0.05 | 0.16 | 154.62 | 0.25 | 0.79 |
| Hex | BD | D7 | CC | C | 0 | 5 | 10 | 9B | 19 | 4F |
| Octal | 275 | 327 | 314 | 14 | 0 | 5 | 20 | 233 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11001100 | 1100 | 0 | 101 | 10000 | 10011011 | 11001 | 1001111 |
Color Harmonies of #BDD7CC
Complementary color
Monochromatic Colors of #BDD7CC
Black with #BDD7CC
Text Example
Text Example
White with #BDD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7CC; }
p { color: rgb(189,215,204); }
H1.HeaderClassName
{
color: #BDD7CC;
}
.AnyTagClassName
{
color: #BDD7CC;
}
</style>
background-color css
<style>
a { background-color: #BDD7CC; }
a { background-color: rgb(189,215,204); }
div.DivClassName
{
background-color: #BDD7CC;
}
.BgClassName
{
background-color: #BDD7CC;
}
</style>
border-color css
<style>
span { border-color: #BDD7CC; }
span { border-color: rgb(189,215,204); }
td.TdClassName
{
border-color: #BDD7CC;
}
.TagClassName
{
border-color: #BDD7CC;
}
</style>