Shades of Careys Pink #BE9A9D
Tints of Careys Pink #BE9A9D
RGB
CMYK
RGB Variations
Color information
#BE9A9D (or 0xBE9A9D) is known color: Careys Pink. HEX triplet: BE, 9A and 9D. RGB value is (190,154,157). Sum of RGB (Red+Green+Blue) = 190+154+157=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A9D is #416562. Grayscale: #A5A5A5. Windows color (decimal): -4285795 or 10328766. OLE color: 10328766.
HSL color Cylindrical-coordinate representation of color #BE9A9D: hue angle of 355º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9A9D is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 157 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.25 |
| HSL | 355º | 0.22% | 0.67% | - |
| HSV(B) | 355º | 0.19% | 0.75% | - |
| XYZ | 38.88 | 36.49 | 36.89 | - |
| YUV | 165.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 157 | 0 | 0.19 | 0.17 | 0.25 | 355 | 0.22 | 0.67 |
| Hex | BE | 9A | 9D | 0 | 13 | 11 | 19 | 163 | 16 | 43 |
| Octal | 276 | 232 | 235 | 0 | 23 | 21 | 31 | 543 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10011101 | 0 | 10011 | 10001 | 11001 | 101100011 | 10110 | 1000011 |
Color Harmonies of #BE9A9D
Complementary color
Monochromatic Colors of #BE9A9D
Black with #BE9A9D
Text Example
Text Example
White with #BE9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A9D; }
p { color: rgb(190,154,157); }
H1.HeaderClassName
{
color: #BE9A9D;
}
.AnyTagClassName
{
color: #BE9A9D;
}
</style>
background-color css
<style>
a { background-color: #BE9A9D; }
a { background-color: rgb(190,154,157); }
div.DivClassName
{
background-color: #BE9A9D;
}
.BgClassName
{
background-color: #BE9A9D;
}
</style>
border-color css
<style>
span { border-color: #BE9A9D; }
span { border-color: rgb(190,154,157); }
td.TdClassName
{
border-color: #BE9A9D;
}
.TagClassName
{
border-color: #BE9A9D;
}
</style>