Shades of Jet Stream #B9DCCC
Tints of Jet Stream #B9DCCC
RGB
CMYK
RGB Variations
Color information
#B9DCCC (or 0xB9DCCC) is known color: Jet Stream. HEX triplet: B9, DC and CC. RGB value is (185,220,204). Sum of RGB (Red+Green+Blue) = 185+220+204=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCC is #462333. Grayscale: #CFCFCF. Windows color (decimal): -4596532 or 13425849. OLE color: 13425849.
HSL color Cylindrical-coordinate representation of color #B9DCCC: hue angle of 152.57º 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 #B9DCCC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 204 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.14 |
| HSL | 152.57º | 0.33% | 0.79% | - |
| HSV(B) | 152.57º | 0.16% | 0.86% | - |
| XYZ | 56.5 | 65.86 | 66.86 | - |
| YUV | 207.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 204 | 0.16 | 0 | 0.07 | 0.14 | 152.57 | 0.33 | 0.79 |
| Hex | B9 | DC | CC | 10 | 0 | 7 | E | 99 | 21 | 4F |
| Octal | 271 | 334 | 314 | 20 | 0 | 7 | 16 | 231 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11001100 | 10000 | 0 | 111 | 1110 | 10011001 | 100001 | 1001111 |
Color Harmonies of #B9DCCC
Complementary color
Monochromatic Colors of #B9DCCC
Black with #B9DCCC
Text Example
Text Example
White with #B9DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCCC; }
p { color: rgb(185,220,204); }
H1.HeaderClassName
{
color: #B9DCCC;
}
.AnyTagClassName
{
color: #B9DCCC;
}
</style>
background-color css
<style>
a { background-color: #B9DCCC; }
a { background-color: rgb(185,220,204); }
div.DivClassName
{
background-color: #B9DCCC;
}
.BgClassName
{
background-color: #B9DCCC;
}
</style>
border-color css
<style>
span { border-color: #B9DCCC; }
span { border-color: rgb(185,220,204); }
td.TdClassName
{
border-color: #B9DCCC;
}
.TagClassName
{
border-color: #B9DCCC;
}
</style>