Shades of Careys Pink #B89DA3
Tints of Careys Pink #B89DA3
RGB
CMYK
RGB Variations
Color information
#B89DA3 (or 0xB89DA3) is known color: Careys Pink. HEX triplet: B8, 9D and A3. RGB value is (184,157,163). Sum of RGB (Red+Green+Blue) = 184+157+163=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DA3 is #47625C. Grayscale: #A5A5A5. Windows color (decimal): -4678237 or 10722744. OLE color: 10722744.
HSL color Cylindrical-coordinate representation of color #B89DA3: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89DA3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 163 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.28 |
| HSL | 346.67º | 0.16% | 0.67% | - |
| HSV(B) | 346.67º | 0.15% | 0.72% | - |
| XYZ | 38.44 | 36.95 | 39.76 | - |
| YUV | 165.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 163 | 0 | 0.15 | 0.11 | 0.28 | 346.67 | 0.16 | 0.67 |
| Hex | B8 | 9D | A3 | 0 | F | B | 1C | 15B | 10 | 43 |
| Octal | 270 | 235 | 243 | 0 | 17 | 13 | 34 | 533 | 20 | 103 |
| Binary | 10111000 | 10011101 | 10100011 | 0 | 1111 | 1011 | 11100 | 101011011 | 10000 | 1000011 |
Color Harmonies of #B89DA3
Complementary color
Monochromatic Colors of #B89DA3
Black with #B89DA3
Text Example
Text Example
White with #B89DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DA3; }
p { color: rgb(184,157,163); }
H1.HeaderClassName
{
color: #B89DA3;
}
.AnyTagClassName
{
color: #B89DA3;
}
</style>
background-color css
<style>
a { background-color: #B89DA3; }
a { background-color: rgb(184,157,163); }
div.DivClassName
{
background-color: #B89DA3;
}
.BgClassName
{
background-color: #B89DA3;
}
</style>
border-color css
<style>
span { border-color: #B89DA3; }
span { border-color: rgb(184,157,163); }
td.TdClassName
{
border-color: #B89DA3;
}
.TagClassName
{
border-color: #B89DA3;
}
</style>