Shades of Careys Pink #BE9A9B
Tints of Careys Pink #BE9A9B
RGB
CMYK
RGB Variations
Color information
#BE9A9B (or 0xBE9A9B) is known color: Careys Pink. HEX triplet: BE, 9A and 9B. RGB value is (190,154,155). Sum of RGB (Red+Green+Blue) = 190+154+155=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A9B is #416564. Grayscale: #A4A4A4. Windows color (decimal): -4285797 or 10197694. OLE color: 10197694.
HSL color Cylindrical-coordinate representation of color #BE9A9B: hue angle of 358.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 #BE9A9B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 155 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.25 |
| HSL | 358.33º | 0.22% | 0.67% | - |
| HSV(B) | 358.33º | 0.19% | 0.75% | - |
| XYZ | 38.71 | 36.42 | 36 | - |
| YUV | 164.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 155 | 0 | 0.19 | 0.18 | 0.25 | 358.33 | 0.22 | 0.67 |
| Hex | BE | 9A | 9B | 0 | 13 | 12 | 19 | 166 | 16 | 43 |
| Octal | 276 | 232 | 233 | 0 | 23 | 22 | 31 | 546 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10011011 | 0 | 10011 | 10010 | 11001 | 101100110 | 10110 | 1000011 |
Color Harmonies of #BE9A9B
Complementary color
Monochromatic Colors of #BE9A9B
Black with #BE9A9B
Text Example
Text Example
White with #BE9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A9B; }
p { color: rgb(190,154,155); }
H1.HeaderClassName
{
color: #BE9A9B;
}
.AnyTagClassName
{
color: #BE9A9B;
}
</style>
background-color css
<style>
a { background-color: #BE9A9B; }
a { background-color: rgb(190,154,155); }
div.DivClassName
{
background-color: #BE9A9B;
}
.BgClassName
{
background-color: #BE9A9B;
}
</style>
border-color css
<style>
span { border-color: #BE9A9B; }
span { border-color: rgb(190,154,155); }
td.TdClassName
{
border-color: #BE9A9B;
}
.TagClassName
{
border-color: #BE9A9B;
}
</style>