Shades of Jet Stream #B6CFC9
Tints of Jet Stream #B6CFC9
RGB
CMYK
RGB Variations
Color information
#B6CFC9 (or 0xB6CFC9) is known color: Jet Stream. HEX triplet: B6, CF and C9. RGB value is (182,207,201). Sum of RGB (Red+Green+Blue) = 182+207+201=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC9 is #493036. Grayscale: #C6C6C6. Windows color (decimal): -4796471 or 13225910. OLE color: 13225910.
HSL color Cylindrical-coordinate representation of color #B6CFC9: hue angle of 165.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 #B6CFC9 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 201 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.19 |
| HSL | 165.6º | 0.21% | 0.76% | - |
| HSV(B) | 165.6º | 0.12% | 0.81% | - |
| XYZ | 52.15 | 58.79 | 63.86 | - |
| YUV | 198.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 201 | 0.12 | 0 | 0.03 | 0.19 | 165.6 | 0.21 | 0.76 |
| Hex | B6 | CF | C9 | C | 0 | 3 | 13 | A6 | 15 | 4C |
| Octal | 266 | 317 | 311 | 14 | 0 | 3 | 23 | 246 | 25 | 114 |
| Binary | 10110110 | 11001111 | 11001001 | 1100 | 0 | 11 | 10011 | 10100110 | 10101 | 1001100 |
Color Harmonies of #B6CFC9
Complementary color
Monochromatic Colors of #B6CFC9
Black with #B6CFC9
Text Example
Text Example
White with #B6CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFC9; }
p { color: rgb(182,207,201); }
H1.HeaderClassName
{
color: #B6CFC9;
}
.AnyTagClassName
{
color: #B6CFC9;
}
</style>
background-color css
<style>
a { background-color: #B6CFC9; }
a { background-color: rgb(182,207,201); }
div.DivClassName
{
background-color: #B6CFC9;
}
.BgClassName
{
background-color: #B6CFC9;
}
</style>
border-color css
<style>
span { border-color: #B6CFC9; }
span { border-color: rgb(182,207,201); }
td.TdClassName
{
border-color: #B6CFC9;
}
.TagClassName
{
border-color: #B6CFC9;
}
</style>