Shades of Careys Pink #B19EA0
Tints of Careys Pink #B19EA0
RGB
CMYK
RGB Variations
Color information
#B19EA0 (or 0xB19EA0) is known color: Careys Pink. HEX triplet: B1, 9E and A0. RGB value is (177,158,160). Sum of RGB (Red+Green+Blue) = 177+158+160=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EA0 is #4E615F. Grayscale: #A3A3A3. Windows color (decimal): -5136736 or 10526385. OLE color: 10526385.
HSL color Cylindrical-coordinate representation of color #B19EA0: hue angle of 353.68º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19EA0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 160 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.31 |
| HSL | 353.68º | 0.11% | 0.66% | - |
| HSV(B) | 353.68º | 0.11% | 0.69% | - |
| XYZ | 36.7 | 36.34 | 38.34 | - |
| YUV | 163.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 160 | 0 | 0.11 | 0.10 | 0.31 | 353.68 | 0.11 | 0.66 |
| Hex | B1 | 9E | A0 | 0 | B | A | 1F | 162 | B | 42 |
| Octal | 261 | 236 | 240 | 0 | 13 | 12 | 37 | 542 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10100000 | 0 | 1011 | 1010 | 11111 | 101100010 | 1011 | 1000010 |
Color Harmonies of #B19EA0
Complementary color
Monochromatic Colors of #B19EA0
Black with #B19EA0
Text Example
Text Example
White with #B19EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EA0; }
p { color: rgb(177,158,160); }
H1.HeaderClassName
{
color: #B19EA0;
}
.AnyTagClassName
{
color: #B19EA0;
}
</style>
background-color css
<style>
a { background-color: #B19EA0; }
a { background-color: rgb(177,158,160); }
div.DivClassName
{
background-color: #B19EA0;
}
.BgClassName
{
background-color: #B19EA0;
}
</style>
border-color css
<style>
span { border-color: #B19EA0; }
span { border-color: rgb(177,158,160); }
td.TdClassName
{
border-color: #B19EA0;
}
.TagClassName
{
border-color: #B19EA0;
}
</style>