Shades of Opal #A4BFB7
Tints of Opal #A4BFB7
RGB
CMYK
RGB Variations
Color information
#A4BFB7 (or 0xA4BFB7) is known color: Opal. HEX triplet: A4, BF and B7. RGB value is (164,191,183). Sum of RGB (Red+Green+Blue) = 164+191+183=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFB7 is #5B4048. Grayscale: #B6B6B6. Windows color (decimal): -5980233 or 12042148. OLE color: 12042148.
HSL color Cylindrical-coordinate representation of color #A4BFB7: hue angle of 162.22º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BFB7 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 183 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.25 |
| HSL | 162.22º | 0.17% | 0.7% | - |
| HSV(B) | 162.22º | 0.14% | 0.75% | - |
| XYZ | 42.49 | 48.57 | 51.94 | - |
| YUV | 182.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 183 | 0.14 | 0 | 0.04 | 0.25 | 162.22 | 0.17 | 0.7 |
| Hex | A4 | BF | B7 | E | 0 | 4 | 19 | A2 | 11 | 46 |
| Octal | 244 | 277 | 267 | 16 | 0 | 4 | 31 | 242 | 21 | 106 |
| Binary | 10100100 | 10111111 | 10110111 | 1110 | 0 | 100 | 11001 | 10100010 | 10001 | 1000110 |
Color Harmonies of #A4BFB7
Complementary color
Monochromatic Colors of #A4BFB7
Black with #A4BFB7
Text Example
Text Example
White with #A4BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFB7; }
p { color: rgb(164,191,183); }
H1.HeaderClassName
{
color: #A4BFB7;
}
.AnyTagClassName
{
color: #A4BFB7;
}
</style>
background-color css
<style>
a { background-color: #A4BFB7; }
a { background-color: rgb(164,191,183); }
div.DivClassName
{
background-color: #A4BFB7;
}
.BgClassName
{
background-color: #A4BFB7;
}
</style>
border-color css
<style>
span { border-color: #A4BFB7; }
span { border-color: rgb(164,191,183); }
td.TdClassName
{
border-color: #A4BFB7;
}
.TagClassName
{
border-color: #A4BFB7;
}
</style>