Shades of Jet Stream #B6D2CA
Tints of Jet Stream #B6D2CA
RGB
CMYK
RGB Variations
Color information
#B6D2CA (or 0xB6D2CA) is known color: Jet Stream. HEX triplet: B6, D2 and CA. RGB value is (182,210,202). Sum of RGB (Red+Green+Blue) = 182+210+202=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2CA is #492D35. Grayscale: #C8C8C8. Windows color (decimal): -4795702 or 13292214. OLE color: 13292214.
HSL color Cylindrical-coordinate representation of color #B6D2CA: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D2CA is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 202 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.18 |
| HSL | 162.86º | 0.24% | 0.77% | - |
| HSV(B) | 162.86º | 0.13% | 0.82% | - |
| XYZ | 53 | 60.3 | 64.72 | - |
| YUV | 200.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 202 | 0.13 | 0 | 0.04 | 0.18 | 162.86 | 0.24 | 0.77 |
| Hex | B6 | D2 | CA | D | 0 | 4 | 12 | A3 | 18 | 4D |
| Octal | 266 | 322 | 312 | 15 | 0 | 4 | 22 | 243 | 30 | 115 |
| Binary | 10110110 | 11010010 | 11001010 | 1101 | 0 | 100 | 10010 | 10100011 | 11000 | 1001101 |
Color Harmonies of #B6D2CA
Complementary color
Monochromatic Colors of #B6D2CA
Black with #B6D2CA
Text Example
Text Example
White with #B6D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D2CA; }
p { color: rgb(182,210,202); }
H1.HeaderClassName
{
color: #B6D2CA;
}
.AnyTagClassName
{
color: #B6D2CA;
}
</style>
background-color css
<style>
a { background-color: #B6D2CA; }
a { background-color: rgb(182,210,202); }
div.DivClassName
{
background-color: #B6D2CA;
}
.BgClassName
{
background-color: #B6D2CA;
}
</style>
border-color css
<style>
span { border-color: #B6D2CA; }
span { border-color: rgb(182,210,202); }
td.TdClassName
{
border-color: #B6D2CA;
}
.TagClassName
{
border-color: #B6D2CA;
}
</style>