Shades of Rainee #B6BFB4
Tints of Rainee #B6BFB4
RGB
CMYK
RGB Variations
Color information
#B6BFB4 (or 0xB6BFB4) is known color: Rainee. HEX triplet: B6, BF and B4. RGB value is (182,191,180). Sum of RGB (Red+Green+Blue) = 182+191+180=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFB4 is #49404B. Grayscale: #BBBBBB. Windows color (decimal): -4800588 or 11845558. OLE color: 11845558.
HSL color Cylindrical-coordinate representation of color #B6BFB4: hue angle of 109.09º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6BFB4 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 191 | 180 | - |
CMYK | 0.05 | 0 | 0.06 | 0.25 |
HSL | 109.09º | 0.08% | 0.73% | - |
HSV(B) | 109.09º | 0.06% | 0.75% | - |
XYZ | 46.16 | 50.5 | 50.49 | - |
YUV | 187.06 | 124.02 | 124.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 191 | 180 | 0.05 | 0 | 0.06 | 0.25 | 109.09 | 0.08 | 0.73 |
Hex | B6 | BF | B4 | 5 | 0 | 6 | 19 | 6D | 8 | 49 |
Octal | 266 | 277 | 264 | 5 | 0 | 6 | 31 | 155 | 10 | 111 |
Binary | 10110110 | 10111111 | 10110100 | 101 | 0 | 110 | 11001 | 1101101 | 1000 | 1001001 |
Color Harmonies of #B6BFB4
Complementary color
Monochromatic Colors of #B6BFB4
Black with #B6BFB4
Text Example
Text Example
White with #B6BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BFB4; }
p { color: rgb(182,191,180); }
H1.HeaderClassName
{
color: #B6BFB4;
}
.AnyTagClassName
{
color: #B6BFB4;
}
</style>
background-color css
<style>
a { background-color: #B6BFB4; }
a { background-color: rgb(182,191,180); }
div.DivClassName
{
background-color: #B6BFB4;
}
.BgClassName
{
background-color: #B6BFB4;
}
</style>
border-color css
<style>
span { border-color: #B6BFB4; }
span { border-color: rgb(182,191,180); }
td.TdClassName
{
border-color: #B6BFB4;
}
.TagClassName
{
border-color: #B6BFB4;
}
</style>