Shades of Jet Stream #B5CAC2
Tints of Jet Stream #B5CAC2
RGB
CMYK
RGB Variations
Color information
#B5CAC2 (or 0xB5CAC2) is known color: Jet Stream. HEX triplet: B5, CA and C2. RGB value is (181,202,194). Sum of RGB (Red+Green+Blue) = 181+202+194=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAC2 is #4A353D. Grayscale: #C2C2C2. Windows color (decimal): -4863294 or 12765877. OLE color: 12765877.
HSL color Cylindrical-coordinate representation of color #B5CAC2: hue angle of 157.14º degrees, saturation: 0.17, 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 #B5CAC2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 194 | - |
CMYK | 0.10 | 0 | 0.04 | 0.21 |
HSL | 157.14º | 0.17% | 0.75% | - |
HSV(B) | 157.14º | 0.1% | 0.79% | - |
XYZ | 49.91 | 55.96 | 59.21 | - |
YUV | 194.81 | 127.54 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 194 | 0.10 | 0 | 0.04 | 0.21 | 157.14 | 0.17 | 0.75 |
Hex | B5 | CA | C2 | A | 0 | 4 | 15 | 9D | 11 | 4B |
Octal | 265 | 312 | 302 | 12 | 0 | 4 | 25 | 235 | 21 | 113 |
Binary | 10110101 | 11001010 | 11000010 | 1010 | 0 | 100 | 10101 | 10011101 | 10001 | 1001011 |
Color Harmonies of #B5CAC2
Complementary color
Monochromatic Colors of #B5CAC2
Black with #B5CAC2
Text Example
Text Example
White with #B5CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAC2; }
p { color: rgb(181,202,194); }
H1.HeaderClassName
{
color: #B5CAC2;
}
.AnyTagClassName
{
color: #B5CAC2;
}
</style>
background-color css
<style>
a { background-color: #B5CAC2; }
a { background-color: rgb(181,202,194); }
div.DivClassName
{
background-color: #B5CAC2;
}
.BgClassName
{
background-color: #B5CAC2;
}
</style>
border-color css
<style>
span { border-color: #B5CAC2; }
span { border-color: rgb(181,202,194); }
td.TdClassName
{
border-color: #B5CAC2;
}
.TagClassName
{
border-color: #B5CAC2;
}
</style>