Shades of Jet Stream #B6CAC2
Tints of Jet Stream #B6CAC2
RGB
CMYK
RGB Variations
Color information
#B6CAC2 (or 0xB6CAC2) is known color: Jet Stream. HEX triplet: B6, CA and C2. RGB value is (182,202,194). Sum of RGB (Red+Green+Blue) = 182+202+194=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CAC2 is #49353D. Grayscale: #C3C3C3. Windows color (decimal): -4797758 or 12765878. OLE color: 12765878.
HSL color Cylindrical-coordinate representation of color #B6CAC2: hue angle of 156º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CAC2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 202 | 194 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.21 |
| HSL | 156º | 0.16% | 0.75% | - |
| HSV(B) | 156º | 0.1% | 0.79% | - |
| XYZ | 50.15 | 56.08 | 59.22 | - |
| YUV | 195.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 202 | 194 | 0.10 | 0 | 0.04 | 0.21 | 156 | 0.16 | 0.75 |
| Hex | B6 | CA | C2 | A | 0 | 4 | 15 | 9C | 10 | 4B |
| Octal | 266 | 312 | 302 | 12 | 0 | 4 | 25 | 234 | 20 | 113 |
| Binary | 10110110 | 11001010 | 11000010 | 1010 | 0 | 100 | 10101 | 10011100 | 10000 | 1001011 |
Color Harmonies of #B6CAC2
Complementary color
Monochromatic Colors of #B6CAC2
Black with #B6CAC2
Text Example
Text Example
White with #B6CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CAC2; }
p { color: rgb(182,202,194); }
H1.HeaderClassName
{
color: #B6CAC2;
}
.AnyTagClassName
{
color: #B6CAC2;
}
</style>
background-color css
<style>
a { background-color: #B6CAC2; }
a { background-color: rgb(182,202,194); }
div.DivClassName
{
background-color: #B6CAC2;
}
.BgClassName
{
background-color: #B6CAC2;
}
</style>
border-color css
<style>
span { border-color: #B6CAC2; }
span { border-color: rgb(182,202,194); }
td.TdClassName
{
border-color: #B6CAC2;
}
.TagClassName
{
border-color: #B6CAC2;
}
</style>