Shades of Jet Stream #B9CFC8
Tints of Jet Stream #B9CFC8
RGB
CMYK
RGB Variations
Color information
#B9CFC8 (or 0xB9CFC8) is known color: Jet Stream. HEX triplet: B9, CF and C8. RGB value is (185,207,200). Sum of RGB (Red+Green+Blue) = 185+207+200=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC8 is #463037. Grayscale: #C7C7C7. Windows color (decimal): -4599864 or 13160377. OLE color: 13160377.
HSL color Cylindrical-coordinate representation of color #B9CFC8: hue angle of 160.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFC8 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 200 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.19 |
| HSL | 160.91º | 0.19% | 0.77% | - |
| HSV(B) | 160.91º | 0.11% | 0.81% | - |
| XYZ | 52.75 | 59.11 | 63.27 | - |
| YUV | 199.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 200 | 0.11 | 0 | 0.03 | 0.19 | 160.91 | 0.19 | 0.77 |
| Hex | B9 | CF | C8 | B | 0 | 3 | 13 | A1 | 13 | 4D |
| Octal | 271 | 317 | 310 | 13 | 0 | 3 | 23 | 241 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11001000 | 1011 | 0 | 11 | 10011 | 10100001 | 10011 | 1001101 |
Color Harmonies of #B9CFC8
Complementary color
Monochromatic Colors of #B9CFC8
Black with #B9CFC8
Text Example
Text Example
White with #B9CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFC8; }
p { color: rgb(185,207,200); }
H1.HeaderClassName
{
color: #B9CFC8;
}
.AnyTagClassName
{
color: #B9CFC8;
}
</style>
background-color css
<style>
a { background-color: #B9CFC8; }
a { background-color: rgb(185,207,200); }
div.DivClassName
{
background-color: #B9CFC8;
}
.BgClassName
{
background-color: #B9CFC8;
}
</style>
border-color css
<style>
span { border-color: #B9CFC8; }
span { border-color: rgb(185,207,200); }
td.TdClassName
{
border-color: #B9CFC8;
}
.TagClassName
{
border-color: #B9CFC8;
}
</style>