Shades of Rainee #B4BDB3
Tints of Rainee #B4BDB3
RGB
CMYK
RGB Variations
Color information
#B4BDB3 (or 0xB4BDB3) is known color: Rainee. HEX triplet: B4, BD and B3. RGB value is (180,189,179). Sum of RGB (Red+Green+Blue) = 180+189+179=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDB3 is #4B424C. Grayscale: #B9B9B9. Windows color (decimal): -4932173 or 11779508. OLE color: 11779508.
HSL color Cylindrical-coordinate representation of color #B4BDB3: hue angle of 114º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 179 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.26 |
| HSL | 114º | 0.07% | 0.72% | - |
| HSV(B) | 114º | 0.05% | 0.74% | - |
| XYZ | 45.16 | 49.35 | 49.79 | - |
| YUV | 185.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 179 | 0.05 | 0 | 0.05 | 0.26 | 114 | 0.07 | 0.72 |
| Hex | B4 | BD | B3 | 5 | 0 | 5 | 1A | 72 | 7 | 48 |
| Octal | 264 | 275 | 263 | 5 | 0 | 5 | 32 | 162 | 7 | 110 |
| Binary | 10110100 | 10111101 | 10110011 | 101 | 0 | 101 | 11010 | 1110010 | 111 | 1001000 |
Color Harmonies of #B4BDB3
Complementary color
Monochromatic Colors of #B4BDB3
Black with #B4BDB3
Text Example
Text Example
White with #B4BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDB3; }
p { color: rgb(180,189,179); }
H1.HeaderClassName
{
color: #B4BDB3;
}
.AnyTagClassName
{
color: #B4BDB3;
}
</style>
background-color css
<style>
a { background-color: #B4BDB3; }
a { background-color: rgb(180,189,179); }
div.DivClassName
{
background-color: #B4BDB3;
}
.BgClassName
{
background-color: #B4BDB3;
}
</style>
border-color css
<style>
span { border-color: #B4BDB3; }
span { border-color: rgb(180,189,179); }
td.TdClassName
{
border-color: #B4BDB3;
}
.TagClassName
{
border-color: #B4BDB3;
}
</style>