Shades of Jet Stream #B8CDC5
Tints of Jet Stream #B8CDC5
RGB
CMYK
RGB Variations
Color information
#B8CDC5 (or 0xB8CDC5) is known color: Jet Stream. HEX triplet: B8, CD and C5. RGB value is (184,205,197). Sum of RGB (Red+Green+Blue) = 184+205+197=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC5 is #47323A. Grayscale: #C5C5C5. Windows color (decimal): -4665915 or 12963256. OLE color: 12963256.
HSL color Cylindrical-coordinate representation of color #B8CDC5: hue angle of 157.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDC5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 197 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.20 |
| HSL | 157.14º | 0.17% | 0.76% | - |
| HSV(B) | 157.14º | 0.1% | 0.8% | - |
| XYZ | 51.68 | 57.88 | 61.27 | - |
| YUV | 197.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 197 | 0.10 | 0 | 0.04 | 0.20 | 157.14 | 0.17 | 0.76 |
| Hex | B8 | CD | C5 | A | 0 | 4 | 14 | 9D | 11 | 4C |
| Octal | 270 | 315 | 305 | 12 | 0 | 4 | 24 | 235 | 21 | 114 |
| Binary | 10111000 | 11001101 | 11000101 | 1010 | 0 | 100 | 10100 | 10011101 | 10001 | 1001100 |
Color Harmonies of #B8CDC5
Complementary color
Monochromatic Colors of #B8CDC5
Black with #B8CDC5
Text Example
Text Example
White with #B8CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDC5; }
p { color: rgb(184,205,197); }
H1.HeaderClassName
{
color: #B8CDC5;
}
.AnyTagClassName
{
color: #B8CDC5;
}
</style>
background-color css
<style>
a { background-color: #B8CDC5; }
a { background-color: rgb(184,205,197); }
div.DivClassName
{
background-color: #B8CDC5;
}
.BgClassName
{
background-color: #B8CDC5;
}
</style>
border-color css
<style>
span { border-color: #B8CDC5; }
span { border-color: rgb(184,205,197); }
td.TdClassName
{
border-color: #B8CDC5;
}
.TagClassName
{
border-color: #B8CDC5;
}
</style>