Shades of Careys Pink #BE9A9E
Tints of Careys Pink #BE9A9E
RGB
CMYK
RGB Variations
Color information
#BE9A9E (or 0xBE9A9E) is known color: Careys Pink. HEX triplet: BE, 9A and 9E. RGB value is (190,154,158). Sum of RGB (Red+Green+Blue) = 190+154+158=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A9E is #416561. Grayscale: #A5A5A5. Windows color (decimal): -4285794 or 10394302. OLE color: 10394302.
HSL color Cylindrical-coordinate representation of color #BE9A9E: hue angle of 353.33º 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 #BE9A9E is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 158 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.25 |
| HSL | 353.33º | 0.22% | 0.67% | - |
| HSV(B) | 353.33º | 0.19% | 0.75% | - |
| XYZ | 38.96 | 36.53 | 37.34 | - |
| YUV | 165.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 158 | 0 | 0.19 | 0.17 | 0.25 | 353.33 | 0.22 | 0.67 |
| Hex | BE | 9A | 9E | 0 | 13 | 11 | 19 | 161 | 16 | 43 |
| Octal | 276 | 232 | 236 | 0 | 23 | 21 | 31 | 541 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10011110 | 0 | 10011 | 10001 | 11001 | 101100001 | 10110 | 1000011 |
Color Harmonies of #BE9A9E
Complementary color
Monochromatic Colors of #BE9A9E
Black with #BE9A9E
Text Example
Text Example
White with #BE9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A9E; }
p { color: rgb(190,154,158); }
H1.HeaderClassName
{
color: #BE9A9E;
}
.AnyTagClassName
{
color: #BE9A9E;
}
</style>
background-color css
<style>
a { background-color: #BE9A9E; }
a { background-color: rgb(190,154,158); }
div.DivClassName
{
background-color: #BE9A9E;
}
.BgClassName
{
background-color: #BE9A9E;
}
</style>
border-color css
<style>
span { border-color: #BE9A9E; }
span { border-color: rgb(190,154,158); }
td.TdClassName
{
border-color: #BE9A9E;
}
.TagClassName
{
border-color: #BE9A9E;
}
</style>