Shades of Jet Stream #B6CDC8
Tints of Jet Stream #B6CDC8
RGB
CMYK
RGB Variations
Color information
#B6CDC8 (or 0xB6CDC8) is known color: Jet Stream. HEX triplet: B6, CD and C8. RGB value is (182,205,200). Sum of RGB (Red+Green+Blue) = 182+205+200=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC8 is #493237. Grayscale: #C5C5C5. Windows color (decimal): -4796984 or 13159862. OLE color: 13159862.
HSL color Cylindrical-coordinate representation of color #B6CDC8: hue angle of 166.96º 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 #B6CDC8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 200 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.20 |
| HSL | 166.96º | 0.19% | 0.76% | - |
| HSV(B) | 166.96º | 0.11% | 0.8% | - |
| XYZ | 51.55 | 57.78 | 63.08 | - |
| YUV | 197.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 200 | 0.11 | 0 | 0.02 | 0.20 | 166.96 | 0.19 | 0.76 |
| Hex | B6 | CD | C8 | B | 0 | 2 | 14 | A7 | 13 | 4C |
| Octal | 266 | 315 | 310 | 13 | 0 | 2 | 24 | 247 | 23 | 114 |
| Binary | 10110110 | 11001101 | 11001000 | 1011 | 0 | 10 | 10100 | 10100111 | 10011 | 1001100 |
Color Harmonies of #B6CDC8
Complementary color
Monochromatic Colors of #B6CDC8
Black with #B6CDC8
Text Example
Text Example
White with #B6CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDC8; }
p { color: rgb(182,205,200); }
H1.HeaderClassName
{
color: #B6CDC8;
}
.AnyTagClassName
{
color: #B6CDC8;
}
</style>
background-color css
<style>
a { background-color: #B6CDC8; }
a { background-color: rgb(182,205,200); }
div.DivClassName
{
background-color: #B6CDC8;
}
.BgClassName
{
background-color: #B6CDC8;
}
</style>
border-color css
<style>
span { border-color: #B6CDC8; }
span { border-color: rgb(182,205,200); }
td.TdClassName
{
border-color: #B6CDC8;
}
.TagClassName
{
border-color: #B6CDC8;
}
</style>