Shades of Jet Stream #B8CDC7
Tints of Jet Stream #B8CDC7
RGB
CMYK
RGB Variations
Color information
#B8CDC7 (or 0xB8CDC7) is known color: Jet Stream. HEX triplet: B8, CD and C7. RGB value is (184,205,199). Sum of RGB (Red+Green+Blue) = 184+205+199=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC7 is #473238. Grayscale: #C6C6C6. Windows color (decimal): -4665913 or 13094328. OLE color: 13094328.
HSL color Cylindrical-coordinate representation of color #B8CDC7: hue angle of 162.86º 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 #B8CDC7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 199 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.20 |
| HSL | 162.86º | 0.17% | 0.76% | - |
| HSV(B) | 162.86º | 0.1% | 0.8% | - |
| XYZ | 51.91 | 57.98 | 62.49 | - |
| YUV | 198.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 199 | 0.10 | 0 | 0.03 | 0.20 | 162.86 | 0.17 | 0.76 |
| Hex | B8 | CD | C7 | A | 0 | 3 | 14 | A3 | 11 | 4C |
| Octal | 270 | 315 | 307 | 12 | 0 | 3 | 24 | 243 | 21 | 114 |
| Binary | 10111000 | 11001101 | 11000111 | 1010 | 0 | 11 | 10100 | 10100011 | 10001 | 1001100 |
Color Harmonies of #B8CDC7
Complementary color
Monochromatic Colors of #B8CDC7
Black with #B8CDC7
Text Example
Text Example
White with #B8CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDC7; }
p { color: rgb(184,205,199); }
H1.HeaderClassName
{
color: #B8CDC7;
}
.AnyTagClassName
{
color: #B8CDC7;
}
</style>
background-color css
<style>
a { background-color: #B8CDC7; }
a { background-color: rgb(184,205,199); }
div.DivClassName
{
background-color: #B8CDC7;
}
.BgClassName
{
background-color: #B8CDC7;
}
</style>
border-color css
<style>
span { border-color: #B8CDC7; }
span { border-color: rgb(184,205,199); }
td.TdClassName
{
border-color: #B8CDC7;
}
.TagClassName
{
border-color: #B8CDC7;
}
</style>