Shades of Rainee #B4BCB2
Tints of Rainee #B4BCB2
RGB
CMYK
RGB Variations
Color information
#B4BCB2 (or 0xB4BCB2) is known color: Rainee. HEX triplet: B4, BC and B2. RGB value is (180,188,178). Sum of RGB (Red+Green+Blue) = 180+188+178=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCB2 is #4B434D. Grayscale: #B8B8B8. Windows color (decimal): -4932430 or 11713716. OLE color: 11713716.
HSL color Cylindrical-coordinate representation of color #B4BCB2: hue angle of 108º 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 #B4BCB2 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 178 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.26 |
| HSL | 108º | 0.07% | 0.72% | - |
| HSV(B) | 108º | 0.05% | 0.74% | - |
| XYZ | 44.84 | 48.88 | 49.19 | - |
| YUV | 184.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 178 | 0.04 | 0 | 0.05 | 0.26 | 108 | 0.07 | 0.72 |
| Hex | B4 | BC | B2 | 4 | 0 | 5 | 1A | 6C | 7 | 48 |
| Octal | 264 | 274 | 262 | 4 | 0 | 5 | 32 | 154 | 7 | 110 |
| Binary | 10110100 | 10111100 | 10110010 | 100 | 0 | 101 | 11010 | 1101100 | 111 | 1001000 |
Color Harmonies of #B4BCB2
Complementary color
Monochromatic Colors of #B4BCB2
Black with #B4BCB2
Text Example
Text Example
White with #B4BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCB2; }
p { color: rgb(180,188,178); }
H1.HeaderClassName
{
color: #B4BCB2;
}
.AnyTagClassName
{
color: #B4BCB2;
}
</style>
background-color css
<style>
a { background-color: #B4BCB2; }
a { background-color: rgb(180,188,178); }
div.DivClassName
{
background-color: #B4BCB2;
}
.BgClassName
{
background-color: #B4BCB2;
}
</style>
border-color css
<style>
span { border-color: #B4BCB2; }
span { border-color: rgb(180,188,178); }
td.TdClassName
{
border-color: #B4BCB2;
}
.TagClassName
{
border-color: #B4BCB2;
}
</style>