Shades of Rainee #B4B7B4
Tints of Rainee #B4B7B4
RGB
CMYK
RGB Variations
Color information
#B4B7B4 (or 0xB4B7B4) is known color: Rainee. HEX triplet: B4, B7 and B4. RGB value is (180,183,180). Sum of RGB (Red+Green+Blue) = 180+183+180=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7B4 is #4B484B. Grayscale: #B5B5B5. Windows color (decimal): -4933708 or 11843508. OLE color: 11843508.
HSL color Cylindrical-coordinate representation of color #B4B7B4: hue angle of 120º degrees, saturation: 0.02, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B7B4 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 180 | 183 | 180 | - |
CMYK | 0.02 | 0 | 0.02 | 0.28 |
HSL | 120º | 0.02% | 0.71% | - |
HSV(B) | 120º | 0.02% | 0.72% | - |
XYZ | 43.99 | 46.87 | 49.91 | - |
YUV | 181.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 183 | 180 | 0.02 | 0 | 0.02 | 0.28 | 120 | 0.02 | 0.71 |
Hex | B4 | B7 | B4 | 2 | 0 | 2 | 1C | 78 | 2 | 47 |
Octal | 264 | 267 | 264 | 2 | 0 | 2 | 34 | 170 | 2 | 107 |
Binary | 10110100 | 10110111 | 10110100 | 10 | 0 | 10 | 11100 | 1111000 | 10 | 1000111 |
Color Harmonies of #B4B7B4
Complementary color
Monochromatic Colors of #B4B7B4
Black with #B4B7B4
Text Example
Text Example
White with #B4B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B7B4; }
p { color: rgb(180,183,180); }
H1.HeaderClassName
{
color: #B4B7B4;
}
.AnyTagClassName
{
color: #B4B7B4;
}
</style>
background-color css
<style>
a { background-color: #B4B7B4; }
a { background-color: rgb(180,183,180); }
div.DivClassName
{
background-color: #B4B7B4;
}
.BgClassName
{
background-color: #B4B7B4;
}
</style>
border-color css
<style>
span { border-color: #B4B7B4; }
span { border-color: rgb(180,183,180); }
td.TdClassName
{
border-color: #B4B7B4;
}
.TagClassName
{
border-color: #B4B7B4;
}
</style>