Shades of Careys Pink #B99EA4
Tints of Careys Pink #B99EA4
RGB
CMYK
RGB Variations
Color information
#B99EA4 (or 0xB99EA4) is known color: Careys Pink. HEX triplet: B9, 9E and A4. RGB value is (185,158,164). Sum of RGB (Red+Green+Blue) = 185+158+164=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EA4 is #46615B. Grayscale: #A6A6A6. Windows color (decimal): -4612444 or 10788537. OLE color: 10788537.
HSL color Cylindrical-coordinate representation of color #B99EA4: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EA4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 164 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.27 |
| HSL | 346.67º | 0.16% | 0.67% | - |
| HSV(B) | 346.67º | 0.15% | 0.73% | - |
| XYZ | 38.94 | 37.45 | 40.3 | - |
| YUV | 166.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 164 | 0 | 0.15 | 0.11 | 0.27 | 346.67 | 0.16 | 0.67 |
| Hex | B9 | 9E | A4 | 0 | F | B | 1B | 15B | 10 | 43 |
| Octal | 271 | 236 | 244 | 0 | 17 | 13 | 33 | 533 | 20 | 103 |
| Binary | 10111001 | 10011110 | 10100100 | 0 | 1111 | 1011 | 11011 | 101011011 | 10000 | 1000011 |
Color Harmonies of #B99EA4
Complementary color
Monochromatic Colors of #B99EA4
Black with #B99EA4
Text Example
Text Example
White with #B99EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EA4; }
p { color: rgb(185,158,164); }
H1.HeaderClassName
{
color: #B99EA4;
}
.AnyTagClassName
{
color: #B99EA4;
}
</style>
background-color css
<style>
a { background-color: #B99EA4; }
a { background-color: rgb(185,158,164); }
div.DivClassName
{
background-color: #B99EA4;
}
.BgClassName
{
background-color: #B99EA4;
}
</style>
border-color css
<style>
span { border-color: #B99EA4; }
span { border-color: rgb(185,158,164); }
td.TdClassName
{
border-color: #B99EA4;
}
.TagClassName
{
border-color: #B99EA4;
}
</style>