Shades of Jet Stream #B8CAC5
Tints of Jet Stream #B8CAC5
RGB
CMYK
RGB Variations
Color information
#B8CAC5 (or 0xB8CAC5) is known color: Jet Stream. HEX triplet: B8, CA and C5. RGB value is (184,202,197). Sum of RGB (Red+Green+Blue) = 184+202+197=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC5 is #47353A. Grayscale: #C4C4C4. Windows color (decimal): -4666683 or 12962488. OLE color: 12962488.
HSL color Cylindrical-coordinate representation of color #B8CAC5: hue angle of 163.33º 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 #B8CAC5 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 197 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.21 |
| HSL | 163.33º | 0.15% | 0.76% | - |
| HSV(B) | 163.33º | 0.09% | 0.79% | - |
| XYZ | 50.97 | 56.46 | 61.04 | - |
| YUV | 196.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 197 | 0.09 | 0 | 0.02 | 0.21 | 163.33 | 0.15 | 0.76 |
| Hex | B8 | CA | C5 | 9 | 0 | 2 | 15 | A3 | F | 4C |
| Octal | 270 | 312 | 305 | 11 | 0 | 2 | 25 | 243 | 17 | 114 |
| Binary | 10111000 | 11001010 | 11000101 | 1001 | 0 | 10 | 10101 | 10100011 | 1111 | 1001100 |
Color Harmonies of #B8CAC5
Complementary color
Monochromatic Colors of #B8CAC5
Black with #B8CAC5
Text Example
Text Example
White with #B8CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAC5; }
p { color: rgb(184,202,197); }
H1.HeaderClassName
{
color: #B8CAC5;
}
.AnyTagClassName
{
color: #B8CAC5;
}
</style>
background-color css
<style>
a { background-color: #B8CAC5; }
a { background-color: rgb(184,202,197); }
div.DivClassName
{
background-color: #B8CAC5;
}
.BgClassName
{
background-color: #B8CAC5;
}
</style>
border-color css
<style>
span { border-color: #B8CAC5; }
span { border-color: rgb(184,202,197); }
td.TdClassName
{
border-color: #B8CAC5;
}
.TagClassName
{
border-color: #B8CAC5;
}
</style>