Shades of Jet Stream #B9CBC4
Tints of Jet Stream #B9CBC4
RGB
CMYK
RGB Variations
Color information
#B9CBC4 (or 0xB9CBC4) is known color: Jet Stream. HEX triplet: B9, CB and C4. RGB value is (185,203,196). Sum of RGB (Red+Green+Blue) = 185+203+196=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC4 is #46343B. Grayscale: #C4C4C4. Windows color (decimal): -4600892 or 12897209. OLE color: 12897209.
HSL color Cylindrical-coordinate representation of color #B9CBC4: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBC4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 196 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.20 |
| HSL | 156.67º | 0.15% | 0.76% | - |
| HSV(B) | 156.67º | 0.09% | 0.8% | - |
| XYZ | 51.33 | 57.01 | 60.52 | - |
| YUV | 196.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 196 | 0.09 | 0 | 0.03 | 0.20 | 156.67 | 0.15 | 0.76 |
| Hex | B9 | CB | C4 | 9 | 0 | 3 | 14 | 9D | F | 4C |
| Octal | 271 | 313 | 304 | 11 | 0 | 3 | 24 | 235 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11000100 | 1001 | 0 | 11 | 10100 | 10011101 | 1111 | 1001100 |
Color Harmonies of #B9CBC4
Complementary color
Monochromatic Colors of #B9CBC4
Black with #B9CBC4
Text Example
Text Example
White with #B9CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC4; }
p { color: rgb(185,203,196); }
H1.HeaderClassName
{
color: #B9CBC4;
}
.AnyTagClassName
{
color: #B9CBC4;
}
</style>
background-color css
<style>
a { background-color: #B9CBC4; }
a { background-color: rgb(185,203,196); }
div.DivClassName
{
background-color: #B9CBC4;
}
.BgClassName
{
background-color: #B9CBC4;
}
</style>
border-color css
<style>
span { border-color: #B9CBC4; }
span { border-color: rgb(185,203,196); }
td.TdClassName
{
border-color: #B9CBC4;
}
.TagClassName
{
border-color: #B9CBC4;
}
</style>