Shades of Jet Stream #B4D1C9
Tints of Jet Stream #B4D1C9
RGB
CMYK
RGB Variations
Color information
#B4D1C9 (or 0xB4D1C9) is known color: Jet Stream. HEX triplet: B4, D1 and C9. RGB value is (180,209,201). Sum of RGB (Red+Green+Blue) = 180+209+201=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1C9 is #4B2E36. Grayscale: #C7C7C7. Windows color (decimal): -4927031 or 13226420. OLE color: 13226420.
HSL color Cylindrical-coordinate representation of color #B4D1C9: hue angle of 163.45º 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 #B4D1C9 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 201 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.18 |
| HSL | 163.45º | 0.24% | 0.76% | - |
| HSV(B) | 163.45º | 0.14% | 0.82% | - |
| XYZ | 52.17 | 59.52 | 64 | - |
| YUV | 199.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 201 | 0.14 | 0 | 0.04 | 0.18 | 163.45 | 0.24 | 0.76 |
| Hex | B4 | D1 | C9 | E | 0 | 4 | 12 | A3 | 18 | 4C |
| Octal | 264 | 321 | 311 | 16 | 0 | 4 | 22 | 243 | 30 | 114 |
| Binary | 10110100 | 11010001 | 11001001 | 1110 | 0 | 100 | 10010 | 10100011 | 11000 | 1001100 |
Color Harmonies of #B4D1C9
Complementary color
Monochromatic Colors of #B4D1C9
Black with #B4D1C9
Text Example
Text Example
White with #B4D1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1C9; }
p { color: rgb(180,209,201); }
H1.HeaderClassName
{
color: #B4D1C9;
}
.AnyTagClassName
{
color: #B4D1C9;
}
</style>
background-color css
<style>
a { background-color: #B4D1C9; }
a { background-color: rgb(180,209,201); }
div.DivClassName
{
background-color: #B4D1C9;
}
.BgClassName
{
background-color: #B4D1C9;
}
</style>
border-color css
<style>
span { border-color: #B4D1C9; }
span { border-color: rgb(180,209,201); }
td.TdClassName
{
border-color: #B4D1C9;
}
.TagClassName
{
border-color: #B4D1C9;
}
</style>