Shades of Jet Stream #B9CFC5
Tints of Jet Stream #B9CFC5
RGB
CMYK
RGB Variations
Color information
#B9CFC5 (or 0xB9CFC5) is known color: Jet Stream. HEX triplet: B9, CF and C5. RGB value is (185,207,197). Sum of RGB (Red+Green+Blue) = 185+207+197=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC5 is #46303A. Grayscale: #C7C7C7. Windows color (decimal): -4599867 or 12963769. OLE color: 12963769.
HSL color Cylindrical-coordinate representation of color #B9CFC5: hue angle of 152.73º 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 #B9CFC5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 197 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.19 |
| HSL | 152.73º | 0.19% | 0.77% | - |
| HSV(B) | 152.73º | 0.11% | 0.81% | - |
| XYZ | 52.4 | 58.97 | 61.44 | - |
| YUV | 199.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 197 | 0.11 | 0 | 0.05 | 0.19 | 152.73 | 0.19 | 0.77 |
| Hex | B9 | CF | C5 | B | 0 | 5 | 13 | 99 | 13 | 4D |
| Octal | 271 | 317 | 305 | 13 | 0 | 5 | 23 | 231 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11000101 | 1011 | 0 | 101 | 10011 | 10011001 | 10011 | 1001101 |
Color Harmonies of #B9CFC5
Complementary color
Monochromatic Colors of #B9CFC5
Black with #B9CFC5
Text Example
Text Example
White with #B9CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFC5; }
p { color: rgb(185,207,197); }
H1.HeaderClassName
{
color: #B9CFC5;
}
.AnyTagClassName
{
color: #B9CFC5;
}
</style>
background-color css
<style>
a { background-color: #B9CFC5; }
a { background-color: rgb(185,207,197); }
div.DivClassName
{
background-color: #B9CFC5;
}
.BgClassName
{
background-color: #B9CFC5;
}
</style>
border-color css
<style>
span { border-color: #B9CFC5; }
span { border-color: rgb(185,207,197); }
td.TdClassName
{
border-color: #B9CFC5;
}
.TagClassName
{
border-color: #B9CFC5;
}
</style>