Shades of Jet Stream #B8CAC4
Tints of Jet Stream #B8CAC4
RGB
CMYK
RGB Variations
Color information
#B8CAC4 (or 0xB8CAC4) is known color: Jet Stream. HEX triplet: B8, CA and C4. RGB value is (184,202,196). Sum of RGB (Red+Green+Blue) = 184+202+196=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC4 is #47353B. Grayscale: #C3C3C3. Windows color (decimal): -4666684 or 12896952. OLE color: 12896952.
HSL color Cylindrical-coordinate representation of color #B8CAC4: hue angle of 160º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CAC4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 196 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.21 |
| HSL | 160º | 0.15% | 0.76% | - |
| HSV(B) | 160º | 0.09% | 0.79% | - |
| XYZ | 50.85 | 56.42 | 60.43 | - |
| YUV | 195.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 196 | 0.09 | 0 | 0.03 | 0.21 | 160 | 0.15 | 0.76 |
| Hex | B8 | CA | C4 | 9 | 0 | 3 | 15 | A0 | F | 4C |
| Octal | 270 | 312 | 304 | 11 | 0 | 3 | 25 | 240 | 17 | 114 |
| Binary | 10111000 | 11001010 | 11000100 | 1001 | 0 | 11 | 10101 | 10100000 | 1111 | 1001100 |
Color Harmonies of #B8CAC4
Complementary color
Monochromatic Colors of #B8CAC4
Black with #B8CAC4
Text Example
Text Example
White with #B8CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAC4; }
p { color: rgb(184,202,196); }
H1.HeaderClassName
{
color: #B8CAC4;
}
.AnyTagClassName
{
color: #B8CAC4;
}
</style>
background-color css
<style>
a { background-color: #B8CAC4; }
a { background-color: rgb(184,202,196); }
div.DivClassName
{
background-color: #B8CAC4;
}
.BgClassName
{
background-color: #B8CAC4;
}
</style>
border-color css
<style>
span { border-color: #B8CAC4; }
span { border-color: rgb(184,202,196); }
td.TdClassName
{
border-color: #B8CAC4;
}
.TagClassName
{
border-color: #B8CAC4;
}
</style>