Shades of Careys Pink #B69FA1
Tints of Careys Pink #B69FA1
RGB
CMYK
RGB Variations
Color information
#B69FA1 (or 0xB69FA1) is known color: Careys Pink. HEX triplet: B6, 9F and A1. RGB value is (182,159,161). Sum of RGB (Red+Green+Blue) = 182+159+161=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FA1 is #49605E. Grayscale: #A6A6A6. Windows color (decimal): -4808799 or 10592182. OLE color: 10592182.
HSL color Cylindrical-coordinate representation of color #B69FA1: hue angle of 354.78º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B69FA1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 159 | 161 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.29 |
| HSL | 354.78º | 0.14% | 0.67% | - |
| HSV(B) | 354.78º | 0.13% | 0.71% | - |
| XYZ | 38.12 | 37.31 | 38.91 | - |
| YUV | 166.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 161 | 0 | 0.13 | 0.12 | 0.29 | 354.78 | 0.14 | 0.67 |
| Hex | B6 | 9F | A1 | 0 | D | C | 1D | 163 | E | 43 |
| Octal | 266 | 237 | 241 | 0 | 15 | 14 | 35 | 543 | 16 | 103 |
| Binary | 10110110 | 10011111 | 10100001 | 0 | 1101 | 1100 | 11101 | 101100011 | 1110 | 1000011 |
Color Harmonies of #B69FA1
Complementary color
Monochromatic Colors of #B69FA1
Black with #B69FA1
Text Example
Text Example
White with #B69FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69FA1; }
p { color: rgb(182,159,161); }
H1.HeaderClassName
{
color: #B69FA1;
}
.AnyTagClassName
{
color: #B69FA1;
}
</style>
background-color css
<style>
a { background-color: #B69FA1; }
a { background-color: rgb(182,159,161); }
div.DivClassName
{
background-color: #B69FA1;
}
.BgClassName
{
background-color: #B69FA1;
}
</style>
border-color css
<style>
span { border-color: #B69FA1; }
span { border-color: rgb(182,159,161); }
td.TdClassName
{
border-color: #B69FA1;
}
.TagClassName
{
border-color: #B69FA1;
}
</style>