Shades of Careys Pink #BE999B
Tints of Careys Pink #BE999B
RGB
CMYK
RGB Variations
Color information
#BE999B (or 0xBE999B) is known color: Careys Pink. HEX triplet: BE, 99 and 9B. RGB value is (190,153,155). Sum of RGB (Red+Green+Blue) = 190+153+155=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE999B is #416664. Grayscale: #A4A4A4. Windows color (decimal): -4286053 or 10197438. OLE color: 10197438.
HSL color Cylindrical-coordinate representation of color #BE999B: hue angle of 356.76º 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 #BE999B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 155 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.25 |
| HSL | 356.76º | 0.22% | 0.67% | - |
| HSV(B) | 356.76º | 0.19% | 0.75% | - |
| XYZ | 38.54 | 36.1 | 35.95 | - |
| YUV | 164.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 155 | 0 | 0.19 | 0.18 | 0.25 | 356.76 | 0.22 | 0.67 |
| Hex | BE | 99 | 9B | 0 | 13 | 12 | 19 | 165 | 16 | 43 |
| Octal | 276 | 231 | 233 | 0 | 23 | 22 | 31 | 545 | 26 | 103 |
| Binary | 10111110 | 10011001 | 10011011 | 0 | 10011 | 10010 | 11001 | 101100101 | 10110 | 1000011 |
Color Harmonies of #BE999B
Complementary color
Monochromatic Colors of #BE999B
Black with #BE999B
Text Example
Text Example
White with #BE999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE999B; }
p { color: rgb(190,153,155); }
H1.HeaderClassName
{
color: #BE999B;
}
.AnyTagClassName
{
color: #BE999B;
}
</style>
background-color css
<style>
a { background-color: #BE999B; }
a { background-color: rgb(190,153,155); }
div.DivClassName
{
background-color: #BE999B;
}
.BgClassName
{
background-color: #BE999B;
}
</style>
border-color css
<style>
span { border-color: #BE999B; }
span { border-color: rgb(190,153,155); }
td.TdClassName
{
border-color: #BE999B;
}
.TagClassName
{
border-color: #BE999B;
}
</style>