Shades of Jet Stream #B9DCCD
Tints of Jet Stream #B9DCCD
RGB
CMYK
RGB Variations
Color information
#B9DCCD (or 0xB9DCCD) is known color: Jet Stream. HEX triplet: B9, DC and CD. RGB value is (185,220,205). Sum of RGB (Red+Green+Blue) = 185+220+205=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCD is #462332. Grayscale: #CFCFCF. Windows color (decimal): -4596531 or 13491385. OLE color: 13491385.
HSL color Cylindrical-coordinate representation of color #B9DCCD: hue angle of 154.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCCD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 205 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.14 |
| HSL | 154.29º | 0.33% | 0.79% | - |
| HSV(B) | 154.29º | 0.16% | 0.86% | - |
| XYZ | 56.62 | 65.91 | 67.5 | - |
| YUV | 207.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 205 | 0.16 | 0 | 0.07 | 0.14 | 154.29 | 0.33 | 0.79 |
| Hex | B9 | DC | CD | 10 | 0 | 7 | E | 9A | 21 | 4F |
| Octal | 271 | 334 | 315 | 20 | 0 | 7 | 16 | 232 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11001101 | 10000 | 0 | 111 | 1110 | 10011010 | 100001 | 1001111 |
Color Harmonies of #B9DCCD
Complementary color
Monochromatic Colors of #B9DCCD
Black with #B9DCCD
Text Example
Text Example
White with #B9DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCCD; }
p { color: rgb(185,220,205); }
H1.HeaderClassName
{
color: #B9DCCD;
}
.AnyTagClassName
{
color: #B9DCCD;
}
</style>
background-color css
<style>
a { background-color: #B9DCCD; }
a { background-color: rgb(185,220,205); }
div.DivClassName
{
background-color: #B9DCCD;
}
.BgClassName
{
background-color: #B9DCCD;
}
</style>
border-color css
<style>
span { border-color: #B9DCCD; }
span { border-color: rgb(185,220,205); }
td.TdClassName
{
border-color: #B9DCCD;
}
.TagClassName
{
border-color: #B9DCCD;
}
</style>