Shades of Careys Pink #BE9296
Tints of Careys Pink #BE9296
RGB
CMYK
RGB Variations
Color information
#BE9296 (or 0xBE9296) is known color: Careys Pink. HEX triplet: BE, 92 and 96. RGB value is (190,146,150). Sum of RGB (Red+Green+Blue) = 190+146+150=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9296 is #416D69. Grayscale: #9F9F9F. Windows color (decimal): -4287850 or 9867966. OLE color: 9867966.
HSL color Cylindrical-coordinate representation of color #BE9296: hue angle of 354.55º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9296 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 150 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.25 |
| HSL | 354.55º | 0.25% | 0.66% | - |
| HSV(B) | 354.55º | 0.23% | 0.75% | - |
| XYZ | 37.02 | 33.71 | 33.41 | - |
| YUV | 159.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 150 | 0 | 0.23 | 0.21 | 0.25 | 354.55 | 0.25 | 0.66 |
| Hex | BE | 92 | 96 | 0 | 17 | 15 | 19 | 163 | 19 | 42 |
| Octal | 276 | 222 | 226 | 0 | 27 | 25 | 31 | 543 | 31 | 102 |
| Binary | 10111110 | 10010010 | 10010110 | 0 | 10111 | 10101 | 11001 | 101100011 | 11001 | 1000010 |
Color Harmonies of #BE9296
Complementary color
Monochromatic Colors of #BE9296
Black with #BE9296
Text Example
Text Example
White with #BE9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9296; }
p { color: rgb(190,146,150); }
H1.HeaderClassName
{
color: #BE9296;
}
.AnyTagClassName
{
color: #BE9296;
}
</style>
background-color css
<style>
a { background-color: #BE9296; }
a { background-color: rgb(190,146,150); }
div.DivClassName
{
background-color: #BE9296;
}
.BgClassName
{
background-color: #BE9296;
}
</style>
border-color css
<style>
span { border-color: #BE9296; }
span { border-color: rgb(190,146,150); }
td.TdClassName
{
border-color: #BE9296;
}
.TagClassName
{
border-color: #BE9296;
}
</style>