Shades of Jet Stream #B6CFC4
Tints of Jet Stream #B6CFC4
RGB
CMYK
RGB Variations
Color information
#B6CFC4 (or 0xB6CFC4) is known color: Jet Stream. HEX triplet: B6, CF and C4. RGB value is (182,207,196). Sum of RGB (Red+Green+Blue) = 182+207+196=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC4 is #49303B. Grayscale: #C6C6C6. Windows color (decimal): -4796476 or 12898230. OLE color: 12898230.
HSL color Cylindrical-coordinate representation of color #B6CFC4: hue angle of 153.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CFC4 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 196 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.19 |
| HSL | 153.6º | 0.21% | 0.76% | - |
| HSV(B) | 153.6º | 0.12% | 0.81% | - |
| XYZ | 51.57 | 58.56 | 60.81 | - |
| YUV | 198.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 196 | 0.12 | 0 | 0.05 | 0.19 | 153.6 | 0.21 | 0.76 |
| Hex | B6 | CF | C4 | C | 0 | 5 | 13 | 9A | 15 | 4C |
| Octal | 266 | 317 | 304 | 14 | 0 | 5 | 23 | 232 | 25 | 114 |
| Binary | 10110110 | 11001111 | 11000100 | 1100 | 0 | 101 | 10011 | 10011010 | 10101 | 1001100 |
Color Harmonies of #B6CFC4
Complementary color
Monochromatic Colors of #B6CFC4
Black with #B6CFC4
Text Example
Text Example
White with #B6CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFC4; }
p { color: rgb(182,207,196); }
H1.HeaderClassName
{
color: #B6CFC4;
}
.AnyTagClassName
{
color: #B6CFC4;
}
</style>
background-color css
<style>
a { background-color: #B6CFC4; }
a { background-color: rgb(182,207,196); }
div.DivClassName
{
background-color: #B6CFC4;
}
.BgClassName
{
background-color: #B6CFC4;
}
</style>
border-color css
<style>
span { border-color: #B6CFC4; }
span { border-color: rgb(182,207,196); }
td.TdClassName
{
border-color: #B6CFC4;
}
.TagClassName
{
border-color: #B6CFC4;
}
</style>