Shades of Jet Stream #B4CBC2
Tints of Jet Stream #B4CBC2
RGB
CMYK
RGB Variations
Color information
#B4CBC2 (or 0xB4CBC2) is known color: Jet Stream. HEX triplet: B4, CB and C2. RGB value is (180,203,194). Sum of RGB (Red+Green+Blue) = 180+203+194=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBC2 is #4B343D. Grayscale: #C3C3C3. Windows color (decimal): -4928574 or 12766132. OLE color: 12766132.
HSL color Cylindrical-coordinate representation of color #B4CBC2: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CBC2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 194 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.20 |
| HSL | 156.52º | 0.18% | 0.75% | - |
| HSV(B) | 156.52º | 0.11% | 0.8% | - |
| XYZ | 49.92 | 56.31 | 59.28 | - |
| YUV | 195.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 194 | 0.11 | 0 | 0.04 | 0.20 | 156.52 | 0.18 | 0.75 |
| Hex | B4 | CB | C2 | B | 0 | 4 | 14 | 9D | 12 | 4B |
| Octal | 264 | 313 | 302 | 13 | 0 | 4 | 24 | 235 | 22 | 113 |
| Binary | 10110100 | 11001011 | 11000010 | 1011 | 0 | 100 | 10100 | 10011101 | 10010 | 1001011 |
Color Harmonies of #B4CBC2
Complementary color
Monochromatic Colors of #B4CBC2
Black with #B4CBC2
Text Example
Text Example
White with #B4CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBC2; }
p { color: rgb(180,203,194); }
H1.HeaderClassName
{
color: #B4CBC2;
}
.AnyTagClassName
{
color: #B4CBC2;
}
</style>
background-color css
<style>
a { background-color: #B4CBC2; }
a { background-color: rgb(180,203,194); }
div.DivClassName
{
background-color: #B4CBC2;
}
.BgClassName
{
background-color: #B4CBC2;
}
</style>
border-color css
<style>
span { border-color: #B4CBC2; }
span { border-color: rgb(180,203,194); }
td.TdClassName
{
border-color: #B4CBC2;
}
.TagClassName
{
border-color: #B4CBC2;
}
</style>