Shades of Jet Stream #B4DCC6
Tints of Jet Stream #B4DCC6
RGB
CMYK
RGB Variations
Color information
#B4DCC6 (or 0xB4DCC6) is known color: Jet Stream. HEX triplet: B4, DC and C6. RGB value is (180,220,198). Sum of RGB (Red+Green+Blue) = 180+220+198=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC6 is #4B2339. Grayscale: #CDCDCD. Windows color (decimal): -4924218 or 13032628. OLE color: 13032628.
HSL color Cylindrical-coordinate representation of color #B4DCC6: hue angle of 147º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCC6 is Cyan = 0.18, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 198 | - |
| CMYK | 0.18 | 0 | 0.1 | 0.14 |
| HSL | 147º | 0.36% | 0.78% | - |
| HSV(B) | 147º | 0.18% | 0.86% | - |
| XYZ | 54.61 | 64.97 | 63.09 | - |
| YUV | 205.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 198 | 0.18 | 0 | 0.1 | 0.14 | 147 | 0.36 | 0.78 |
| Hex | B4 | DC | C6 | 12 | 0 | A | E | 93 | 24 | 4E |
| Octal | 264 | 334 | 306 | 22 | 0 | 12 | 16 | 223 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11000110 | 10010 | 0 | 1010 | 1110 | 10010011 | 100100 | 1001110 |
Color Harmonies of #B4DCC6
Complementary color
Monochromatic Colors of #B4DCC6
Black with #B4DCC6
Text Example
Text Example
White with #B4DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCC6; }
p { color: rgb(180,220,198); }
H1.HeaderClassName
{
color: #B4DCC6;
}
.AnyTagClassName
{
color: #B4DCC6;
}
</style>
background-color css
<style>
a { background-color: #B4DCC6; }
a { background-color: rgb(180,220,198); }
div.DivClassName
{
background-color: #B4DCC6;
}
.BgClassName
{
background-color: #B4DCC6;
}
</style>
border-color css
<style>
span { border-color: #B4DCC6; }
span { border-color: rgb(180,220,198); }
td.TdClassName
{
border-color: #B4DCC6;
}
.TagClassName
{
border-color: #B4DCC6;
}
</style>