Shades of Careys Pink #BE9BA3
Tints of Careys Pink #BE9BA3
RGB
CMYK
RGB Variations
Color information
#BE9BA3 (or 0xBE9BA3) is known color: Careys Pink. HEX triplet: BE, 9B and A3. RGB value is (190,155,163). Sum of RGB (Red+Green+Blue) = 190+155+163=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BA3 is #41645C. Grayscale: #A6A6A6. Windows color (decimal): -4285533 or 10722238. OLE color: 10722238.
HSL color Cylindrical-coordinate representation of color #BE9BA3: hue angle of 346.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9BA3 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 163 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.25 |
| HSL | 346.29º | 0.21% | 0.68% | - |
| HSV(B) | 346.29º | 0.18% | 0.75% | - |
| XYZ | 39.57 | 37.03 | 39.71 | - |
| YUV | 166.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 163 | 0 | 0.18 | 0.14 | 0.25 | 346.29 | 0.21 | 0.68 |
| Hex | BE | 9B | A3 | 0 | 12 | E | 19 | 15A | 15 | 44 |
| Octal | 276 | 233 | 243 | 0 | 22 | 16 | 31 | 532 | 25 | 104 |
| Binary | 10111110 | 10011011 | 10100011 | 0 | 10010 | 1110 | 11001 | 101011010 | 10101 | 1000100 |
Color Harmonies of #BE9BA3
Complementary color
Monochromatic Colors of #BE9BA3
Black with #BE9BA3
Text Example
Text Example
White with #BE9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BA3; }
p { color: rgb(190,155,163); }
H1.HeaderClassName
{
color: #BE9BA3;
}
.AnyTagClassName
{
color: #BE9BA3;
}
</style>
background-color css
<style>
a { background-color: #BE9BA3; }
a { background-color: rgb(190,155,163); }
div.DivClassName
{
background-color: #BE9BA3;
}
.BgClassName
{
background-color: #BE9BA3;
}
</style>
border-color css
<style>
span { border-color: #BE9BA3; }
span { border-color: rgb(190,155,163); }
td.TdClassName
{
border-color: #BE9BA3;
}
.TagClassName
{
border-color: #BE9BA3;
}
</style>