Shades of Jet Stream #B6DCCC
Tints of Jet Stream #B6DCCC
RGB
CMYK
RGB Variations
Color information
#B6DCCC (or 0xB6DCCC) is known color: Jet Stream. HEX triplet: B6, DC and CC. RGB value is (182,220,204). Sum of RGB (Red+Green+Blue) = 182+220+204=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCCC is #492333. Grayscale: #CECECE. Windows color (decimal): -4793140 or 13425846. OLE color: 13425846.
HSL color Cylindrical-coordinate representation of color #B6DCCC: hue angle of 154.74º degrees, saturation: 0.35, 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 #B6DCCC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 204 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.14 |
| HSL | 154.74º | 0.35% | 0.79% | - |
| HSV(B) | 154.74º | 0.17% | 0.86% | - |
| XYZ | 55.78 | 65.49 | 66.83 | - |
| YUV | 206.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 204 | 0.17 | 0 | 0.07 | 0.14 | 154.74 | 0.35 | 0.79 |
| Hex | B6 | DC | CC | 11 | 0 | 7 | E | 9B | 23 | 4F |
| Octal | 266 | 334 | 314 | 21 | 0 | 7 | 16 | 233 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11001100 | 10001 | 0 | 111 | 1110 | 10011011 | 100011 | 1001111 |
Color Harmonies of #B6DCCC
Complementary color
Monochromatic Colors of #B6DCCC
Black with #B6DCCC
Text Example
Text Example
White with #B6DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCCC; }
p { color: rgb(182,220,204); }
H1.HeaderClassName
{
color: #B6DCCC;
}
.AnyTagClassName
{
color: #B6DCCC;
}
</style>
background-color css
<style>
a { background-color: #B6DCCC; }
a { background-color: rgb(182,220,204); }
div.DivClassName
{
background-color: #B6DCCC;
}
.BgClassName
{
background-color: #B6DCCC;
}
</style>
border-color css
<style>
span { border-color: #B6DCCC; }
span { border-color: rgb(182,220,204); }
td.TdClassName
{
border-color: #B6DCCC;
}
.TagClassName
{
border-color: #B6DCCC;
}
</style>