Shades of Rainee #B4CEAC
Tints of Rainee #B4CEAC
RGB
CMYK
RGB Variations
Color information
#B4CEAC (or 0xB4CEAC) is known color: Rainee. HEX triplet: B4, CE and AC. RGB value is (180,206,172). Sum of RGB (Red+Green+Blue) = 180+206+172=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAC is #4B3153. Grayscale: #C2C2C2. Windows color (decimal): -4927828 or 11325108. OLE color: 11325108.
HSL color Cylindrical-coordinate representation of color #B4CEAC: hue angle of 105.88º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CEAC is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 172 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.19 |
| HSL | 105.88º | 0.26% | 0.74% | - |
| HSV(B) | 105.88º | 0.17% | 0.81% | - |
| XYZ | 48.34 | 56.82 | 47.45 | - |
| YUV | 194.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 172 | 0.13 | 0 | 0.17 | 0.19 | 105.88 | 0.26 | 0.74 |
| Hex | B4 | CE | AC | D | 0 | 11 | 13 | 6A | 1A | 4A |
| Octal | 264 | 316 | 254 | 15 | 0 | 21 | 23 | 152 | 32 | 112 |
| Binary | 10110100 | 11001110 | 10101100 | 1101 | 0 | 10001 | 10011 | 1101010 | 11010 | 1001010 |
Color Harmonies of #B4CEAC
Complementary color
Monochromatic Colors of #B4CEAC
Black with #B4CEAC
Text Example
Text Example
White with #B4CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEAC; }
p { color: rgb(180,206,172); }
H1.HeaderClassName
{
color: #B4CEAC;
}
.AnyTagClassName
{
color: #B4CEAC;
}
</style>
background-color css
<style>
a { background-color: #B4CEAC; }
a { background-color: rgb(180,206,172); }
div.DivClassName
{
background-color: #B4CEAC;
}
.BgClassName
{
background-color: #B4CEAC;
}
</style>
border-color css
<style>
span { border-color: #B4CEAC; }
span { border-color: rgb(180,206,172); }
td.TdClassName
{
border-color: #B4CEAC;
}
.TagClassName
{
border-color: #B4CEAC;
}
</style>