Shades of Jet Stream #B4D1C4
Tints of Jet Stream #B4D1C4
RGB
CMYK
RGB Variations
Color information
#B4D1C4 (or 0xB4D1C4) is known color: Jet Stream. HEX triplet: B4, D1 and C4. RGB value is (180,209,196). Sum of RGB (Red+Green+Blue) = 180+209+196=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1C4 is #4B2E3B. Grayscale: #C6C6C6. Windows color (decimal): -4927036 or 12898740. OLE color: 12898740.
HSL color Cylindrical-coordinate representation of color #B4D1C4: hue angle of 153.1º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1C4 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 196 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.18 |
| HSL | 153.1º | 0.24% | 0.76% | - |
| HSV(B) | 153.1º | 0.14% | 0.82% | - |
| XYZ | 51.59 | 59.29 | 60.95 | - |
| YUV | 198.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 196 | 0.14 | 0 | 0.06 | 0.18 | 153.1 | 0.24 | 0.76 |
| Hex | B4 | D1 | C4 | E | 0 | 6 | 12 | 99 | 18 | 4C |
| Octal | 264 | 321 | 304 | 16 | 0 | 6 | 22 | 231 | 30 | 114 |
| Binary | 10110100 | 11010001 | 11000100 | 1110 | 0 | 110 | 10010 | 10011001 | 11000 | 1001100 |
Color Harmonies of #B4D1C4
Complementary color
Monochromatic Colors of #B4D1C4
Black with #B4D1C4
Text Example
Text Example
White with #B4D1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1C4; }
p { color: rgb(180,209,196); }
H1.HeaderClassName
{
color: #B4D1C4;
}
.AnyTagClassName
{
color: #B4D1C4;
}
</style>
background-color css
<style>
a { background-color: #B4D1C4; }
a { background-color: rgb(180,209,196); }
div.DivClassName
{
background-color: #B4D1C4;
}
.BgClassName
{
background-color: #B4D1C4;
}
</style>
border-color css
<style>
span { border-color: #B4D1C4; }
span { border-color: rgb(180,209,196); }
td.TdClassName
{
border-color: #B4D1C4;
}
.TagClassName
{
border-color: #B4D1C4;
}
</style>