Shades of Rainee #B6B9B6
Tints of Rainee #B6B9B6
RGB
CMYK
RGB Variations
Color information
#B6B9B6 (or 0xB6B9B6) is known color: Rainee. HEX triplet: B6, B9 and B6. RGB value is (182,185,182). Sum of RGB (Red+Green+Blue) = 182+185+182=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9B6 is #494649. Grayscale: #B7B7B7. Windows color (decimal): -4802122 or 11975094. OLE color: 11975094.
HSL color Cylindrical-coordinate representation of color #B6B9B6: hue angle of 120º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B9B6 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 182 | 185 | 182 | - |
CMYK | 0.02 | 0 | 0.02 | 0.27 |
HSL | 120º | 0.02% | 0.72% | - |
HSV(B) | 120º | 0.02% | 0.73% | - |
XYZ | 45.08 | 48.02 | 51.15 | - |
YUV | 183.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 185 | 182 | 0.02 | 0 | 0.02 | 0.27 | 120 | 0.02 | 0.72 |
Hex | B6 | B9 | B6 | 2 | 0 | 2 | 1B | 78 | 2 | 48 |
Octal | 266 | 271 | 266 | 2 | 0 | 2 | 33 | 170 | 2 | 110 |
Binary | 10110110 | 10111001 | 10110110 | 10 | 0 | 10 | 11011 | 1111000 | 10 | 1001000 |
Color Harmonies of #B6B9B6
Complementary color
Monochromatic Colors of #B6B9B6
Black with #B6B9B6
Text Example
Text Example
White with #B6B9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B9B6; }
p { color: rgb(182,185,182); }
H1.HeaderClassName
{
color: #B6B9B6;
}
.AnyTagClassName
{
color: #B6B9B6;
}
</style>
background-color css
<style>
a { background-color: #B6B9B6; }
a { background-color: rgb(182,185,182); }
div.DivClassName
{
background-color: #B6B9B6;
}
.BgClassName
{
background-color: #B6B9B6;
}
</style>
border-color css
<style>
span { border-color: #B6B9B6; }
span { border-color: rgb(182,185,182); }
td.TdClassName
{
border-color: #B6B9B6;
}
.TagClassName
{
border-color: #B6B9B6;
}
</style>