Shades of Careys Pink #BEADB0
Tints of Careys Pink #BEADB0
RGB
CMYK
RGB Variations
Color information
#BEADB0 (or 0xBEADB0) is known color: Careys Pink. HEX triplet: BE, AD and B0. RGB value is (190,173,176). Sum of RGB (Red+Green+Blue) = 190+173+176=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADB0 is #41524F. Grayscale: #B2B2B2. Windows color (decimal): -4280912 or 11578814. OLE color: 11578814.
HSL color Cylindrical-coordinate representation of color #BEADB0: hue angle of 349.41º 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 #BEADB0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 176 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.25 |
| HSL | 349.41º | 0.12% | 0.71% | - |
| HSV(B) | 349.41º | 0.09% | 0.75% | - |
| XYZ | 44.02 | 43.97 | 47.24 | - |
| YUV | 178.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 176 | 0 | 0.09 | 0.07 | 0.25 | 349.41 | 0.12 | 0.71 |
| Hex | BE | AD | B0 | 0 | 9 | 7 | 19 | 15D | C | 47 |
| Octal | 276 | 255 | 260 | 0 | 11 | 7 | 31 | 535 | 14 | 107 |
| Binary | 10111110 | 10101101 | 10110000 | 0 | 1001 | 111 | 11001 | 101011101 | 1100 | 1000111 |
Color Harmonies of #BEADB0
Complementary color
Monochromatic Colors of #BEADB0
Black with #BEADB0
Text Example
Text Example
White with #BEADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADB0; }
p { color: rgb(190,173,176); }
H1.HeaderClassName
{
color: #BEADB0;
}
.AnyTagClassName
{
color: #BEADB0;
}
</style>
background-color css
<style>
a { background-color: #BEADB0; }
a { background-color: rgb(190,173,176); }
div.DivClassName
{
background-color: #BEADB0;
}
.BgClassName
{
background-color: #BEADB0;
}
</style>
border-color css
<style>
span { border-color: #BEADB0; }
span { border-color: rgb(190,173,176); }
td.TdClassName
{
border-color: #BEADB0;
}
.TagClassName
{
border-color: #BEADB0;
}
</style>