Shades of Rainee #B6C0B3
Tints of Rainee #B6C0B3
RGB
CMYK
RGB Variations
Color information
#B6C0B3 (or 0xB6C0B3) is known color: Rainee. HEX triplet: B6, C0 and B3. RGB value is (182,192,179). Sum of RGB (Red+Green+Blue) = 182+192+179=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0B3 is #493F4C. Grayscale: #BBBBBB. Windows color (decimal): -4800333 or 11780278. OLE color: 11780278.
HSL color Cylindrical-coordinate representation of color #B6C0B3: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6C0B3 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 179 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.25 |
| HSL | 106.15º | 0.09% | 0.73% | - |
| HSV(B) | 106.15º | 0.07% | 0.75% | - |
| XYZ | 46.28 | 50.9 | 50.03 | - |
| YUV | 187.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 179 | 0.05 | 0 | 0.07 | 0.25 | 106.15 | 0.09 | 0.73 |
| Hex | B6 | C0 | B3 | 5 | 0 | 7 | 19 | 6A | 9 | 49 |
| Octal | 266 | 300 | 263 | 5 | 0 | 7 | 31 | 152 | 11 | 111 |
| Binary | 10110110 | 11000000 | 10110011 | 101 | 0 | 111 | 11001 | 1101010 | 1001 | 1001001 |
Color Harmonies of #B6C0B3
Complementary color
Monochromatic Colors of #B6C0B3
Black with #B6C0B3
Text Example
Text Example
White with #B6C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0B3; }
p { color: rgb(182,192,179); }
H1.HeaderClassName
{
color: #B6C0B3;
}
.AnyTagClassName
{
color: #B6C0B3;
}
</style>
background-color css
<style>
a { background-color: #B6C0B3; }
a { background-color: rgb(182,192,179); }
div.DivClassName
{
background-color: #B6C0B3;
}
.BgClassName
{
background-color: #B6C0B3;
}
</style>
border-color css
<style>
span { border-color: #B6C0B3; }
span { border-color: rgb(182,192,179); }
td.TdClassName
{
border-color: #B6C0B3;
}
.TagClassName
{
border-color: #B6C0B3;
}
</style>