Shades of Conch #A2BBBA
Tints of Conch #A2BBBA
RGB
CMYK
RGB Variations
Color information
#A2BBBA (or 0xA2BBBA) is known color: Conch. HEX triplet: A2, BB and BA. RGB value is (162,187,186). Sum of RGB (Red+Green+Blue) = 162+187+186=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBBA is #5D4445. Grayscale: #B3B3B3. Windows color (decimal): -6112326 or 12237730. OLE color: 12237730.
HSL color Cylindrical-coordinate representation of color #A2BBBA: hue angle of 177.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBBA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 186 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.27 |
| HSL | 177.6º | 0.16% | 0.68% | - |
| HSV(B) | 177.6º | 0.13% | 0.73% | - |
| XYZ | 41.53 | 46.77 | 53.29 | - |
| YUV | 179.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 186 | 0.13 | 0 | 0.01 | 0.27 | 177.6 | 0.16 | 0.68 |
| Hex | A2 | BB | BA | D | 0 | 1 | 1B | B2 | 10 | 44 |
| Octal | 242 | 273 | 272 | 15 | 0 | 1 | 33 | 262 | 20 | 104 |
| Binary | 10100010 | 10111011 | 10111010 | 1101 | 0 | 1 | 11011 | 10110010 | 10000 | 1000100 |
Color Harmonies of #A2BBBA
Complementary color
Monochromatic Colors of #A2BBBA
Black with #A2BBBA
Text Example
Text Example
White with #A2BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBBA; }
p { color: rgb(162,187,186); }
H1.HeaderClassName
{
color: #A2BBBA;
}
.AnyTagClassName
{
color: #A2BBBA;
}
</style>
background-color css
<style>
a { background-color: #A2BBBA; }
a { background-color: rgb(162,187,186); }
div.DivClassName
{
background-color: #A2BBBA;
}
.BgClassName
{
background-color: #A2BBBA;
}
</style>
border-color css
<style>
span { border-color: #A2BBBA; }
span { border-color: rgb(162,187,186); }
td.TdClassName
{
border-color: #A2BBBA;
}
.TagClassName
{
border-color: #A2BBBA;
}
</style>