Shades of Jet Stream #B4D3C4
Tints of Jet Stream #B4D3C4
RGB
CMYK
RGB Variations
Color information
#B4D3C4 (or 0xB4D3C4) is known color: Jet Stream. HEX triplet: B4, D3 and C4. RGB value is (180,211,196). Sum of RGB (Red+Green+Blue) = 180+211+196=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3C4 is #4B2C3B. Grayscale: #C8C8C8. Windows color (decimal): -4926524 or 12899252. OLE color: 12899252.
HSL color Cylindrical-coordinate representation of color #B4D3C4: hue angle of 150.97º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D3C4 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 196 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.17 |
| HSL | 150.97º | 0.26% | 0.77% | - |
| HSV(B) | 150.97º | 0.15% | 0.83% | - |
| XYZ | 52.08 | 60.28 | 61.11 | - |
| YUV | 200.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 196 | 0.15 | 0 | 0.07 | 0.17 | 150.97 | 0.26 | 0.77 |
| Hex | B4 | D3 | C4 | F | 0 | 7 | 11 | 97 | 1A | 4D |
| Octal | 264 | 323 | 304 | 17 | 0 | 7 | 21 | 227 | 32 | 115 |
| Binary | 10110100 | 11010011 | 11000100 | 1111 | 0 | 111 | 10001 | 10010111 | 11010 | 1001101 |
Color Harmonies of #B4D3C4
Complementary color
Monochromatic Colors of #B4D3C4
Black with #B4D3C4
Text Example
Text Example
White with #B4D3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3C4; }
p { color: rgb(180,211,196); }
H1.HeaderClassName
{
color: #B4D3C4;
}
.AnyTagClassName
{
color: #B4D3C4;
}
</style>
background-color css
<style>
a { background-color: #B4D3C4; }
a { background-color: rgb(180,211,196); }
div.DivClassName
{
background-color: #B4D3C4;
}
.BgClassName
{
background-color: #B4D3C4;
}
</style>
border-color css
<style>
span { border-color: #B4D3C4; }
span { border-color: rgb(180,211,196); }
td.TdClassName
{
border-color: #B4D3C4;
}
.TagClassName
{
border-color: #B4D3C4;
}
</style>