Shades of Jet Stream #B4D3CA
Tints of Jet Stream #B4D3CA
RGB
CMYK
RGB Variations
Color information
#B4D3CA (or 0xB4D3CA) is known color: Jet Stream. HEX triplet: B4, D3 and CA. RGB value is (180,211,202). Sum of RGB (Red+Green+Blue) = 180+211+202=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3CA is #4B2C35. Grayscale: #C8C8C8. Windows color (decimal): -4926518 or 13292468. OLE color: 13292468.
HSL color Cylindrical-coordinate representation of color #B4D3CA: hue angle of 162.58º 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 #B4D3CA is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 202 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.17 |
| HSL | 162.58º | 0.26% | 0.77% | - |
| HSV(B) | 162.58º | 0.15% | 0.83% | - |
| XYZ | 52.78 | 60.56 | 64.78 | - |
| YUV | 200.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 202 | 0.15 | 0 | 0.04 | 0.17 | 162.58 | 0.26 | 0.77 |
| Hex | B4 | D3 | CA | F | 0 | 4 | 11 | A3 | 1A | 4D |
| Octal | 264 | 323 | 312 | 17 | 0 | 4 | 21 | 243 | 32 | 115 |
| Binary | 10110100 | 11010011 | 11001010 | 1111 | 0 | 100 | 10001 | 10100011 | 11010 | 1001101 |
Color Harmonies of #B4D3CA
Complementary color
Monochromatic Colors of #B4D3CA
Black with #B4D3CA
Text Example
Text Example
White with #B4D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3CA; }
p { color: rgb(180,211,202); }
H1.HeaderClassName
{
color: #B4D3CA;
}
.AnyTagClassName
{
color: #B4D3CA;
}
</style>
background-color css
<style>
a { background-color: #B4D3CA; }
a { background-color: rgb(180,211,202); }
div.DivClassName
{
background-color: #B4D3CA;
}
.BgClassName
{
background-color: #B4D3CA;
}
</style>
border-color css
<style>
span { border-color: #B4D3CA; }
span { border-color: rgb(180,211,202); }
td.TdClassName
{
border-color: #B4D3CA;
}
.TagClassName
{
border-color: #B4D3CA;
}
</style>