Shades of Careys Pink #BE989C
Tints of Careys Pink #BE989C
RGB
CMYK
RGB Variations
Color information
#BE989C (or 0xBE989C) is known color: Careys Pink. HEX triplet: BE, 98 and 9C. RGB value is (190,152,156). Sum of RGB (Red+Green+Blue) = 190+152+156=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE989C is #416763. Grayscale: #A3A3A3. Windows color (decimal): -4286308 or 10262718. OLE color: 10262718.
HSL color Cylindrical-coordinate representation of color #BE989C: hue angle of 353.68º 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 #BE989C is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 156 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.25 |
| HSL | 353.68º | 0.23% | 0.67% | - |
| HSV(B) | 353.68º | 0.2% | 0.75% | - |
| XYZ | 38.46 | 35.8 | 36.34 | - |
| YUV | 163.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 156 | 0 | 0.2 | 0.18 | 0.25 | 353.68 | 0.23 | 0.67 |
| Hex | BE | 98 | 9C | 0 | 14 | 12 | 19 | 162 | 17 | 43 |
| Octal | 276 | 230 | 234 | 0 | 24 | 22 | 31 | 542 | 27 | 103 |
| Binary | 10111110 | 10011000 | 10011100 | 0 | 10100 | 10010 | 11001 | 101100010 | 10111 | 1000011 |
Color Harmonies of #BE989C
Complementary color
Monochromatic Colors of #BE989C
Black with #BE989C
Text Example
Text Example
White with #BE989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE989C; }
p { color: rgb(190,152,156); }
H1.HeaderClassName
{
color: #BE989C;
}
.AnyTagClassName
{
color: #BE989C;
}
</style>
background-color css
<style>
a { background-color: #BE989C; }
a { background-color: rgb(190,152,156); }
div.DivClassName
{
background-color: #BE989C;
}
.BgClassName
{
background-color: #BE989C;
}
</style>
border-color css
<style>
span { border-color: #BE989C; }
span { border-color: rgb(190,152,156); }
td.TdClassName
{
border-color: #BE989C;
}
.TagClassName
{
border-color: #BE989C;
}
</style>