Shades of Jet Stream #B9CFCA
Tints of Jet Stream #B9CFCA
RGB
CMYK
RGB Variations
Color information
#B9CFCA (or 0xB9CFCA) is known color: Jet Stream. HEX triplet: B9, CF and CA. RGB value is (185,207,202). Sum of RGB (Red+Green+Blue) = 185+207+202=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCA is #463035. Grayscale: #C7C7C7. Windows color (decimal): -4599862 or 13291449. OLE color: 13291449.
HSL color Cylindrical-coordinate representation of color #B9CFCA: hue angle of 166.36º 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 #B9CFCA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 202 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.19 |
| HSL | 166.36º | 0.19% | 0.77% | - |
| HSV(B) | 166.36º | 0.11% | 0.81% | - |
| XYZ | 52.98 | 59.2 | 64.51 | - |
| YUV | 199.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 202 | 0.11 | 0 | 0.02 | 0.19 | 166.36 | 0.19 | 0.77 |
| Hex | B9 | CF | CA | B | 0 | 2 | 13 | A6 | 13 | 4D |
| Octal | 271 | 317 | 312 | 13 | 0 | 2 | 23 | 246 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11001010 | 1011 | 0 | 10 | 10011 | 10100110 | 10011 | 1001101 |
Color Harmonies of #B9CFCA
Complementary color
Monochromatic Colors of #B9CFCA
Black with #B9CFCA
Text Example
Text Example
White with #B9CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFCA; }
p { color: rgb(185,207,202); }
H1.HeaderClassName
{
color: #B9CFCA;
}
.AnyTagClassName
{
color: #B9CFCA;
}
</style>
background-color css
<style>
a { background-color: #B9CFCA; }
a { background-color: rgb(185,207,202); }
div.DivClassName
{
background-color: #B9CFCA;
}
.BgClassName
{
background-color: #B9CFCA;
}
</style>
border-color css
<style>
span { border-color: #B9CFCA; }
span { border-color: rgb(185,207,202); }
td.TdClassName
{
border-color: #B9CFCA;
}
.TagClassName
{
border-color: #B9CFCA;
}
</style>