Shades of Careys Pink #B99DA4
Tints of Careys Pink #B99DA4
RGB
CMYK
RGB Variations
Color information
#B99DA4 (or 0xB99DA4) is known color: Careys Pink. HEX triplet: B9, 9D and A4. RGB value is (185,157,164). Sum of RGB (Red+Green+Blue) = 185+157+164=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DA4 is #46625B. Grayscale: #A6A6A6. Windows color (decimal): -4612700 or 10788281. OLE color: 10788281.
HSL color Cylindrical-coordinate representation of color #B99DA4: hue angle of 345º degrees, saturation: 0.17, 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 #B99DA4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 164 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.27 |
| HSL | 345º | 0.17% | 0.67% | - |
| HSV(B) | 345º | 0.15% | 0.73% | - |
| XYZ | 38.77 | 37.11 | 40.24 | - |
| YUV | 166.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 164 | 0 | 0.15 | 0.11 | 0.27 | 345 | 0.17 | 0.67 |
| Hex | B9 | 9D | A4 | 0 | F | B | 1B | 159 | 11 | 43 |
| Octal | 271 | 235 | 244 | 0 | 17 | 13 | 33 | 531 | 21 | 103 |
| Binary | 10111001 | 10011101 | 10100100 | 0 | 1111 | 1011 | 11011 | 101011001 | 10001 | 1000011 |
Color Harmonies of #B99DA4
Complementary color
Monochromatic Colors of #B99DA4
Black with #B99DA4
Text Example
Text Example
White with #B99DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DA4; }
p { color: rgb(185,157,164); }
H1.HeaderClassName
{
color: #B99DA4;
}
.AnyTagClassName
{
color: #B99DA4;
}
</style>
background-color css
<style>
a { background-color: #B99DA4; }
a { background-color: rgb(185,157,164); }
div.DivClassName
{
background-color: #B99DA4;
}
.BgClassName
{
background-color: #B99DA4;
}
</style>
border-color css
<style>
span { border-color: #B99DA4; }
span { border-color: rgb(185,157,164); }
td.TdClassName
{
border-color: #B99DA4;
}
.TagClassName
{
border-color: #B99DA4;
}
</style>