Shades of Jet Stream #B6DACB
Tints of Jet Stream #B6DACB
RGB
CMYK
RGB Variations
Color information
#B6DACB (or 0xB6DACB) is known color: Jet Stream. HEX triplet: B6, DA and CB. RGB value is (182,218,203). Sum of RGB (Red+Green+Blue) = 182+218+203=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DACB is #492534. Grayscale: #CDCDCD. Windows color (decimal): -4793653 or 13359798. OLE color: 13359798.
HSL color Cylindrical-coordinate representation of color #B6DACB: hue angle of 155º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DACB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 218 | 203 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.15 |
| HSL | 155º | 0.33% | 0.78% | - |
| HSV(B) | 155º | 0.17% | 0.85% | - |
| XYZ | 55.14 | 64.4 | 66.02 | - |
| YUV | 205.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 203 | 0.17 | 0 | 0.07 | 0.15 | 155 | 0.33 | 0.78 |
| Hex | B6 | DA | CB | 11 | 0 | 7 | F | 9B | 21 | 4E |
| Octal | 266 | 332 | 313 | 21 | 0 | 7 | 17 | 233 | 41 | 116 |
| Binary | 10110110 | 11011010 | 11001011 | 10001 | 0 | 111 | 1111 | 10011011 | 100001 | 1001110 |
Color Harmonies of #B6DACB
Complementary color
Monochromatic Colors of #B6DACB
Black with #B6DACB
Text Example
Text Example
White with #B6DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DACB; }
p { color: rgb(182,218,203); }
H1.HeaderClassName
{
color: #B6DACB;
}
.AnyTagClassName
{
color: #B6DACB;
}
</style>
background-color css
<style>
a { background-color: #B6DACB; }
a { background-color: rgb(182,218,203); }
div.DivClassName
{
background-color: #B6DACB;
}
.BgClassName
{
background-color: #B6DACB;
}
</style>
border-color css
<style>
span { border-color: #B6DACB; }
span { border-color: rgb(182,218,203); }
td.TdClassName
{
border-color: #B6DACB;
}
.TagClassName
{
border-color: #B6DACB;
}
</style>