Shades of Jet Stream #B8D3CA
Tints of Jet Stream #B8D3CA
RGB
CMYK
RGB Variations
Color information
#B8D3CA (or 0xB8D3CA) is known color: Jet Stream. HEX triplet: B8, D3 and CA. RGB value is (184,211,202). Sum of RGB (Red+Green+Blue) = 184+211+202=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3CA is #472C35. Grayscale: #C9C9C9. Windows color (decimal): -4664374 or 13292472. OLE color: 13292472.
HSL color Cylindrical-coordinate representation of color #B8D3CA: hue angle of 160º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D3CA is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 202 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.17 |
| HSL | 160º | 0.23% | 0.77% | - |
| HSV(B) | 160º | 0.13% | 0.83% | - |
| XYZ | 53.72 | 61.04 | 64.83 | - |
| YUV | 201.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 202 | 0.13 | 0 | 0.04 | 0.17 | 160 | 0.23 | 0.77 |
| Hex | B8 | D3 | CA | D | 0 | 4 | 11 | A0 | 17 | 4D |
| Octal | 270 | 323 | 312 | 15 | 0 | 4 | 21 | 240 | 27 | 115 |
| Binary | 10111000 | 11010011 | 11001010 | 1101 | 0 | 100 | 10001 | 10100000 | 10111 | 1001101 |
Color Harmonies of #B8D3CA
Complementary color
Monochromatic Colors of #B8D3CA
Black with #B8D3CA
Text Example
Text Example
White with #B8D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D3CA; }
p { color: rgb(184,211,202); }
H1.HeaderClassName
{
color: #B8D3CA;
}
.AnyTagClassName
{
color: #B8D3CA;
}
</style>
background-color css
<style>
a { background-color: #B8D3CA; }
a { background-color: rgb(184,211,202); }
div.DivClassName
{
background-color: #B8D3CA;
}
.BgClassName
{
background-color: #B8D3CA;
}
</style>
border-color css
<style>
span { border-color: #B8D3CA; }
span { border-color: rgb(184,211,202); }
td.TdClassName
{
border-color: #B8D3CA;
}
.TagClassName
{
border-color: #B8D3CA;
}
</style>