Shades of Jet Stream #B6D2CB
Tints of Jet Stream #B6D2CB
RGB
CMYK
RGB Variations
Color information
#B6D2CB (or 0xB6D2CB) is known color: Jet Stream. HEX triplet: B6, D2 and CB. RGB value is (182,210,203). Sum of RGB (Red+Green+Blue) = 182+210+203=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2CB is #492D34. Grayscale: #C8C8C8. Windows color (decimal): -4795701 or 13357750. OLE color: 13357750.
HSL color Cylindrical-coordinate representation of color #B6D2CB: hue angle of 165º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D2CB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 203 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.18 |
| HSL | 165º | 0.24% | 0.77% | - |
| HSV(B) | 165º | 0.13% | 0.82% | - |
| XYZ | 53.12 | 60.35 | 65.35 | - |
| YUV | 200.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 203 | 0.13 | 0 | 0.03 | 0.18 | 165 | 0.24 | 0.77 |
| Hex | B6 | D2 | CB | D | 0 | 3 | 12 | A5 | 18 | 4D |
| Octal | 266 | 322 | 313 | 15 | 0 | 3 | 22 | 245 | 30 | 115 |
| Binary | 10110110 | 11010010 | 11001011 | 1101 | 0 | 11 | 10010 | 10100101 | 11000 | 1001101 |
Color Harmonies of #B6D2CB
Complementary color
Monochromatic Colors of #B6D2CB
Black with #B6D2CB
Text Example
Text Example
White with #B6D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D2CB; }
p { color: rgb(182,210,203); }
H1.HeaderClassName
{
color: #B6D2CB;
}
.AnyTagClassName
{
color: #B6D2CB;
}
</style>
background-color css
<style>
a { background-color: #B6D2CB; }
a { background-color: rgb(182,210,203); }
div.DivClassName
{
background-color: #B6D2CB;
}
.BgClassName
{
background-color: #B6D2CB;
}
</style>
border-color css
<style>
span { border-color: #B6D2CB; }
span { border-color: rgb(182,210,203); }
td.TdClassName
{
border-color: #B6D2CB;
}
.TagClassName
{
border-color: #B6D2CB;
}
</style>