Shades of Rainee #BACAB4
Tints of Rainee #BACAB4
RGB
CMYK
RGB Variations
Color information
#BACAB4 (or 0xBACAB4) is known color: Rainee. HEX triplet: BA, CA and B4. RGB value is (186,202,180). Sum of RGB (Red+Green+Blue) = 186+202+180=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAB4 is #45354B. Grayscale: #C2C2C2. Windows color (decimal): -4535628 or 11848378. OLE color: 11848378.
HSL color Cylindrical-coordinate representation of color #BACAB4: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 180 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.21 |
| HSL | 103.64º | 0.17% | 0.75% | - |
| HSV(B) | 103.64º | 0.11% | 0.79% | - |
| XYZ | 49.61 | 55.98 | 51.37 | - |
| YUV | 194.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 180 | 0.08 | 0 | 0.11 | 0.21 | 103.64 | 0.17 | 0.75 |
| Hex | BA | CA | B4 | 8 | 0 | B | 15 | 68 | 11 | 4B |
| Octal | 272 | 312 | 264 | 10 | 0 | 13 | 25 | 150 | 21 | 113 |
| Binary | 10111010 | 11001010 | 10110100 | 1000 | 0 | 1011 | 10101 | 1101000 | 10001 | 1001011 |
Color Harmonies of #BACAB4
Complementary color
Monochromatic Colors of #BACAB4
Black with #BACAB4
Text Example
Text Example
White with #BACAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAB4; }
p { color: rgb(186,202,180); }
H1.HeaderClassName
{
color: #BACAB4;
}
.AnyTagClassName
{
color: #BACAB4;
}
</style>
background-color css
<style>
a { background-color: #BACAB4; }
a { background-color: rgb(186,202,180); }
div.DivClassName
{
background-color: #BACAB4;
}
.BgClassName
{
background-color: #BACAB4;
}
</style>
border-color css
<style>
span { border-color: #BACAB4; }
span { border-color: rgb(186,202,180); }
td.TdClassName
{
border-color: #BACAB4;
}
.TagClassName
{
border-color: #BACAB4;
}
</style>