Shades of Jet Stream #B6DBCB
Tints of Jet Stream #B6DBCB
RGB
CMYK
RGB Variations
Color information
#B6DBCB (or 0xB6DBCB) is known color: Jet Stream. HEX triplet: B6, DB and CB. RGB value is (182,219,203). Sum of RGB (Red+Green+Blue) = 182+219+203=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBCB is #492434. Grayscale: #CECECE. Windows color (decimal): -4793397 or 13360054. OLE color: 13360054.
HSL color Cylindrical-coordinate representation of color #B6DBCB: hue angle of 154.05º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBCB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 203 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.14 |
| HSL | 154.05º | 0.34% | 0.79% | - |
| HSV(B) | 154.05º | 0.17% | 0.86% | - |
| XYZ | 55.4 | 64.92 | 66.11 | - |
| YUV | 206.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 203 | 0.17 | 0 | 0.07 | 0.14 | 154.05 | 0.34 | 0.79 |
| Hex | B6 | DB | CB | 11 | 0 | 7 | E | 9A | 22 | 4F |
| Octal | 266 | 333 | 313 | 21 | 0 | 7 | 16 | 232 | 42 | 117 |
| Binary | 10110110 | 11011011 | 11001011 | 10001 | 0 | 111 | 1110 | 10011010 | 100010 | 1001111 |
Color Harmonies of #B6DBCB
Complementary color
Monochromatic Colors of #B6DBCB
Black with #B6DBCB
Text Example
Text Example
White with #B6DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBCB; }
p { color: rgb(182,219,203); }
H1.HeaderClassName
{
color: #B6DBCB;
}
.AnyTagClassName
{
color: #B6DBCB;
}
</style>
background-color css
<style>
a { background-color: #B6DBCB; }
a { background-color: rgb(182,219,203); }
div.DivClassName
{
background-color: #B6DBCB;
}
.BgClassName
{
background-color: #B6DBCB;
}
</style>
border-color css
<style>
span { border-color: #B6DBCB; }
span { border-color: rgb(182,219,203); }
td.TdClassName
{
border-color: #B6DBCB;
}
.TagClassName
{
border-color: #B6DBCB;
}
</style>