Shades of Careys Pink #BE9899
Tints of Careys Pink #BE9899
RGB
CMYK
RGB Variations
Color information
#BE9899 (or 0xBE9899) is known color: Careys Pink. HEX triplet: BE, 98 and 99. RGB value is (190,152,153). Sum of RGB (Red+Green+Blue) = 190+152+153=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9899 is #416766. Grayscale: #A3A3A3. Windows color (decimal): -4286311 or 10066110. OLE color: 10066110.
HSL color Cylindrical-coordinate representation of color #BE9899: hue angle of 358.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9899 is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 153 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.25 |
| HSL | 358.42º | 0.23% | 0.67% | - |
| HSV(B) | 358.42º | 0.2% | 0.75% | - |
| XYZ | 38.21 | 35.7 | 35.01 | - |
| YUV | 163.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 153 | 0 | 0.2 | 0.19 | 0.25 | 358.42 | 0.23 | 0.67 |
| Hex | BE | 98 | 99 | 0 | 14 | 13 | 19 | 166 | 17 | 43 |
| Octal | 276 | 230 | 231 | 0 | 24 | 23 | 31 | 546 | 27 | 103 |
| Binary | 10111110 | 10011000 | 10011001 | 0 | 10100 | 10011 | 11001 | 101100110 | 10111 | 1000011 |
Color Harmonies of #BE9899
Complementary color
Monochromatic Colors of #BE9899
Black with #BE9899
Text Example
Text Example
White with #BE9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9899; }
p { color: rgb(190,152,153); }
H1.HeaderClassName
{
color: #BE9899;
}
.AnyTagClassName
{
color: #BE9899;
}
</style>
background-color css
<style>
a { background-color: #BE9899; }
a { background-color: rgb(190,152,153); }
div.DivClassName
{
background-color: #BE9899;
}
.BgClassName
{
background-color: #BE9899;
}
</style>
border-color css
<style>
span { border-color: #BE9899; }
span { border-color: rgb(190,152,153); }
td.TdClassName
{
border-color: #BE9899;
}
.TagClassName
{
border-color: #BE9899;
}
</style>