Shades of Jet Stream #B8CBC4
Tints of Jet Stream #B8CBC4
RGB
CMYK
RGB Variations
Color information
#B8CBC4 (or 0xB8CBC4) is known color: Jet Stream. HEX triplet: B8, CB and C4. RGB value is (184,203,196). Sum of RGB (Red+Green+Blue) = 184+203+196=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBC4 is #47343B. Grayscale: #C4C4C4. Windows color (decimal): -4666428 or 12897208. OLE color: 12897208.
HSL color Cylindrical-coordinate representation of color #B8CBC4: hue angle of 157.89º 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 #B8CBC4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 196 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.20 |
| HSL | 157.89º | 0.15% | 0.76% | - |
| HSV(B) | 157.89º | 0.09% | 0.8% | - |
| XYZ | 51.09 | 56.89 | 60.51 | - |
| YUV | 196.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 196 | 0.09 | 0 | 0.03 | 0.20 | 157.89 | 0.15 | 0.76 |
| Hex | B8 | CB | C4 | 9 | 0 | 3 | 14 | 9E | F | 4C |
| Octal | 270 | 313 | 304 | 11 | 0 | 3 | 24 | 236 | 17 | 114 |
| Binary | 10111000 | 11001011 | 11000100 | 1001 | 0 | 11 | 10100 | 10011110 | 1111 | 1001100 |
Color Harmonies of #B8CBC4
Complementary color
Monochromatic Colors of #B8CBC4
Black with #B8CBC4
Text Example
Text Example
White with #B8CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBC4; }
p { color: rgb(184,203,196); }
H1.HeaderClassName
{
color: #B8CBC4;
}
.AnyTagClassName
{
color: #B8CBC4;
}
</style>
background-color css
<style>
a { background-color: #B8CBC4; }
a { background-color: rgb(184,203,196); }
div.DivClassName
{
background-color: #B8CBC4;
}
.BgClassName
{
background-color: #B8CBC4;
}
</style>
border-color css
<style>
span { border-color: #B8CBC4; }
span { border-color: rgb(184,203,196); }
td.TdClassName
{
border-color: #B8CBC4;
}
.TagClassName
{
border-color: #B8CBC4;
}
</style>