Shades of Rainee #B6C6B2
Tints of Rainee #B6C6B2
RGB
CMYK
RGB Variations
Color information
#B6C6B2 (or 0xB6C6B2) is known color: Rainee. HEX triplet: B6, C6 and B2. RGB value is (182,198,178). Sum of RGB (Red+Green+Blue) = 182+198+178=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C6B2 is #49394D. Grayscale: #BFBFBF. Windows color (decimal): -4798798 or 11716278. OLE color: 11716278.
HSL color Cylindrical-coordinate representation of color #B6C6B2: hue angle of 108º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C6B2 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 178 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.22 |
| HSL | 108º | 0.15% | 0.74% | - |
| HSV(B) | 108º | 0.1% | 0.78% | - |
| XYZ | 47.52 | 53.55 | 49.95 | - |
| YUV | 190.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 178 | 0.08 | 0 | 0.10 | 0.22 | 108 | 0.15 | 0.74 |
| Hex | B6 | C6 | B2 | 8 | 0 | A | 16 | 6C | F | 4A |
| Octal | 266 | 306 | 262 | 10 | 0 | 12 | 26 | 154 | 17 | 112 |
| Binary | 10110110 | 11000110 | 10110010 | 1000 | 0 | 1010 | 10110 | 1101100 | 1111 | 1001010 |
Color Harmonies of #B6C6B2
Complementary color
Monochromatic Colors of #B6C6B2
Black with #B6C6B2
Text Example
Text Example
White with #B6C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C6B2; }
p { color: rgb(182,198,178); }
H1.HeaderClassName
{
color: #B6C6B2;
}
.AnyTagClassName
{
color: #B6C6B2;
}
</style>
background-color css
<style>
a { background-color: #B6C6B2; }
a { background-color: rgb(182,198,178); }
div.DivClassName
{
background-color: #B6C6B2;
}
.BgClassName
{
background-color: #B6C6B2;
}
</style>
border-color css
<style>
span { border-color: #B6C6B2; }
span { border-color: rgb(182,198,178); }
td.TdClassName
{
border-color: #B6C6B2;
}
.TagClassName
{
border-color: #B6C6B2;
}
</style>