Shades of Careys Pink #BEACB0
Tints of Careys Pink #BEACB0
RGB
CMYK
RGB Variations
Color information
#BEACB0 (or 0xBEACB0) is known color: Careys Pink. HEX triplet: BE, AC and B0. RGB value is (190,172,176). Sum of RGB (Red+Green+Blue) = 190+172+176=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACB0 is #41534F. Grayscale: #B1B1B1. Windows color (decimal): -4281168 or 11578558. OLE color: 11578558.
HSL color Cylindrical-coordinate representation of color #BEACB0: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEACB0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 176 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.25 |
| HSL | 346.67º | 0.12% | 0.71% | - |
| HSV(B) | 346.67º | 0.09% | 0.75% | - |
| XYZ | 43.82 | 43.59 | 47.18 | - |
| YUV | 177.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 176 | 0 | 0.09 | 0.07 | 0.25 | 346.67 | 0.12 | 0.71 |
| Hex | BE | AC | B0 | 0 | 9 | 7 | 19 | 15B | C | 47 |
| Octal | 276 | 254 | 260 | 0 | 11 | 7 | 31 | 533 | 14 | 107 |
| Binary | 10111110 | 10101100 | 10110000 | 0 | 1001 | 111 | 11001 | 101011011 | 1100 | 1000111 |
Color Harmonies of #BEACB0
Complementary color
Monochromatic Colors of #BEACB0
Black with #BEACB0
Text Example
Text Example
White with #BEACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACB0; }
p { color: rgb(190,172,176); }
H1.HeaderClassName
{
color: #BEACB0;
}
.AnyTagClassName
{
color: #BEACB0;
}
</style>
background-color css
<style>
a { background-color: #BEACB0; }
a { background-color: rgb(190,172,176); }
div.DivClassName
{
background-color: #BEACB0;
}
.BgClassName
{
background-color: #BEACB0;
}
</style>
border-color css
<style>
span { border-color: #BEACB0; }
span { border-color: rgb(190,172,176); }
td.TdClassName
{
border-color: #BEACB0;
}
.TagClassName
{
border-color: #BEACB0;
}
</style>