Shades of Jet Stream #B9CECB
Tints of Jet Stream #B9CECB
RGB
CMYK
RGB Variations
Color information
#B9CECB (or 0xB9CECB) is known color: Jet Stream. HEX triplet: B9, CE and CB. RGB value is (185,206,203). Sum of RGB (Red+Green+Blue) = 185+206+203=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECB is #463134. Grayscale: #C7C7C7. Windows color (decimal): -4600117 or 13356729. OLE color: 13356729.
HSL color Cylindrical-coordinate representation of color #B9CECB: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CECB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 203 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.19 |
| HSL | 171.43º | 0.18% | 0.77% | - |
| HSV(B) | 171.43º | 0.1% | 0.81% | - |
| XYZ | 52.86 | 58.77 | 65.06 | - |
| YUV | 199.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 203 | 0.10 | 0 | 0.01 | 0.19 | 171.43 | 0.18 | 0.77 |
| Hex | B9 | CE | CB | A | 0 | 1 | 13 | AB | 12 | 4D |
| Octal | 271 | 316 | 313 | 12 | 0 | 1 | 23 | 253 | 22 | 115 |
| Binary | 10111001 | 11001110 | 11001011 | 1010 | 0 | 1 | 10011 | 10101011 | 10010 | 1001101 |
Color Harmonies of #B9CECB
Complementary color
Monochromatic Colors of #B9CECB
Black with #B9CECB
Text Example
Text Example
White with #B9CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CECB; }
p { color: rgb(185,206,203); }
H1.HeaderClassName
{
color: #B9CECB;
}
.AnyTagClassName
{
color: #B9CECB;
}
</style>
background-color css
<style>
a { background-color: #B9CECB; }
a { background-color: rgb(185,206,203); }
div.DivClassName
{
background-color: #B9CECB;
}
.BgClassName
{
background-color: #B9CECB;
}
</style>
border-color css
<style>
span { border-color: #B9CECB; }
span { border-color: rgb(185,206,203); }
td.TdClassName
{
border-color: #B9CECB;
}
.TagClassName
{
border-color: #B9CECB;
}
</style>