Shades of Jet Stream #B4CAC4
Tints of Jet Stream #B4CAC4
RGB
CMYK
RGB Variations
Color information
#B4CAC4 (or 0xB4CAC4) is known color: Jet Stream. HEX triplet: B4, CA and C4. RGB value is (180,202,196). Sum of RGB (Red+Green+Blue) = 180+202+196=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAC4 is #4B353B. Grayscale: #C2C2C2. Windows color (decimal): -4928828 or 12896948. OLE color: 12896948.
HSL color Cylindrical-coordinate representation of color #B4CAC4: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CAC4 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 196 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.21 |
| HSL | 163.64º | 0.17% | 0.75% | - |
| HSV(B) | 163.64º | 0.11% | 0.79% | - |
| XYZ | 49.91 | 55.93 | 60.39 | - |
| YUV | 194.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 196 | 0.11 | 0 | 0.03 | 0.21 | 163.64 | 0.17 | 0.75 |
| Hex | B4 | CA | C4 | B | 0 | 3 | 15 | A4 | 11 | 4B |
| Octal | 264 | 312 | 304 | 13 | 0 | 3 | 25 | 244 | 21 | 113 |
| Binary | 10110100 | 11001010 | 11000100 | 1011 | 0 | 11 | 10101 | 10100100 | 10001 | 1001011 |
Color Harmonies of #B4CAC4
Complementary color
Monochromatic Colors of #B4CAC4
Black with #B4CAC4
Text Example
Text Example
White with #B4CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAC4; }
p { color: rgb(180,202,196); }
H1.HeaderClassName
{
color: #B4CAC4;
}
.AnyTagClassName
{
color: #B4CAC4;
}
</style>
background-color css
<style>
a { background-color: #B4CAC4; }
a { background-color: rgb(180,202,196); }
div.DivClassName
{
background-color: #B4CAC4;
}
.BgClassName
{
background-color: #B4CAC4;
}
</style>
border-color css
<style>
span { border-color: #B4CAC4; }
span { border-color: rgb(180,202,196); }
td.TdClassName
{
border-color: #B4CAC4;
}
.TagClassName
{
border-color: #B4CAC4;
}
</style>