Shades of Jet Stream #B6CDC5
Tints of Jet Stream #B6CDC5
RGB
CMYK
RGB Variations
Color information
#B6CDC5 (or 0xB6CDC5) is known color: Jet Stream. HEX triplet: B6, CD and C5. RGB value is (182,205,197). Sum of RGB (Red+Green+Blue) = 182+205+197=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC5 is #49323A. Grayscale: #C5C5C5. Windows color (decimal): -4796987 or 12963254. OLE color: 12963254.
HSL color Cylindrical-coordinate representation of color #B6CDC5: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDC5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 197 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.20 |
| HSL | 159.13º | 0.19% | 0.76% | - |
| HSV(B) | 159.13º | 0.11% | 0.8% | - |
| XYZ | 51.2 | 57.64 | 61.25 | - |
| YUV | 197.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 197 | 0.11 | 0 | 0.04 | 0.20 | 159.13 | 0.19 | 0.76 |
| Hex | B6 | CD | C5 | B | 0 | 4 | 14 | 9F | 13 | 4C |
| Octal | 266 | 315 | 305 | 13 | 0 | 4 | 24 | 237 | 23 | 114 |
| Binary | 10110110 | 11001101 | 11000101 | 1011 | 0 | 100 | 10100 | 10011111 | 10011 | 1001100 |
Color Harmonies of #B6CDC5
Complementary color
Monochromatic Colors of #B6CDC5
Black with #B6CDC5
Text Example
Text Example
White with #B6CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDC5; }
p { color: rgb(182,205,197); }
H1.HeaderClassName
{
color: #B6CDC5;
}
.AnyTagClassName
{
color: #B6CDC5;
}
</style>
background-color css
<style>
a { background-color: #B6CDC5; }
a { background-color: rgb(182,205,197); }
div.DivClassName
{
background-color: #B6CDC5;
}
.BgClassName
{
background-color: #B6CDC5;
}
</style>
border-color css
<style>
span { border-color: #B6CDC5; }
span { border-color: rgb(182,205,197); }
td.TdClassName
{
border-color: #B6CDC5;
}
.TagClassName
{
border-color: #B6CDC5;
}
</style>