Shades of Careys Pink #B69A9D
Tints of Careys Pink #B69A9D
RGB
CMYK
RGB Variations
Color information
#B69A9D (or 0xB69A9D) is known color: Careys Pink. HEX triplet: B6, 9A and 9D. RGB value is (182,154,157). Sum of RGB (Red+Green+Blue) = 182+154+157=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69A9D is #496562. Grayscale: #A2A2A2. Windows color (decimal): -4810083 or 10328758. OLE color: 10328758.
HSL color Cylindrical-coordinate representation of color #B69A9D: hue angle of 353.57º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69A9D is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 157 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.29 |
| HSL | 353.57º | 0.16% | 0.66% | - |
| HSV(B) | 353.57º | 0.15% | 0.71% | - |
| XYZ | 36.93 | 35.49 | 36.8 | - |
| YUV | 162.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 157 | 0 | 0.15 | 0.14 | 0.29 | 353.57 | 0.16 | 0.66 |
| Hex | B6 | 9A | 9D | 0 | F | E | 1D | 162 | 10 | 42 |
| Octal | 266 | 232 | 235 | 0 | 17 | 16 | 35 | 542 | 20 | 102 |
| Binary | 10110110 | 10011010 | 10011101 | 0 | 1111 | 1110 | 11101 | 101100010 | 10000 | 1000010 |
Color Harmonies of #B69A9D
Complementary color
Monochromatic Colors of #B69A9D
Black with #B69A9D
Text Example
Text Example
White with #B69A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A9D; }
p { color: rgb(182,154,157); }
H1.HeaderClassName
{
color: #B69A9D;
}
.AnyTagClassName
{
color: #B69A9D;
}
</style>
background-color css
<style>
a { background-color: #B69A9D; }
a { background-color: rgb(182,154,157); }
div.DivClassName
{
background-color: #B69A9D;
}
.BgClassName
{
background-color: #B69A9D;
}
</style>
border-color css
<style>
span { border-color: #B69A9D; }
span { border-color: rgb(182,154,157); }
td.TdClassName
{
border-color: #B69A9D;
}
.TagClassName
{
border-color: #B69A9D;
}
</style>