Shades of Conch #A2BBB8
Tints of Conch #A2BBB8
RGB
CMYK
RGB Variations
Color information
#A2BBB8 (or 0xA2BBB8) is known color: Conch. HEX triplet: A2, BB and B8. RGB value is (162,187,184). Sum of RGB (Red+Green+Blue) = 162+187+184=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBB8 is #5D4447. Grayscale: #B3B3B3. Windows color (decimal): -6112328 or 12106658. OLE color: 12106658.
HSL color Cylindrical-coordinate representation of color #A2BBB8: hue angle of 172.8º 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 #A2BBB8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 184 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.27 |
| HSL | 172.8º | 0.16% | 0.68% | - |
| HSV(B) | 172.8º | 0.13% | 0.73% | - |
| XYZ | 41.32 | 46.68 | 52.18 | - |
| YUV | 179.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 184 | 0.13 | 0 | 0.02 | 0.27 | 172.8 | 0.16 | 0.68 |
| Hex | A2 | BB | B8 | D | 0 | 2 | 1B | AD | 10 | 44 |
| Octal | 242 | 273 | 270 | 15 | 0 | 2 | 33 | 255 | 20 | 104 |
| Binary | 10100010 | 10111011 | 10111000 | 1101 | 0 | 10 | 11011 | 10101101 | 10000 | 1000100 |
Color Harmonies of #A2BBB8
Complementary color
Monochromatic Colors of #A2BBB8
Black with #A2BBB8
Text Example
Text Example
White with #A2BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBB8; }
p { color: rgb(162,187,184); }
H1.HeaderClassName
{
color: #A2BBB8;
}
.AnyTagClassName
{
color: #A2BBB8;
}
</style>
background-color css
<style>
a { background-color: #A2BBB8; }
a { background-color: rgb(162,187,184); }
div.DivClassName
{
background-color: #A2BBB8;
}
.BgClassName
{
background-color: #A2BBB8;
}
</style>
border-color css
<style>
span { border-color: #A2BBB8; }
span { border-color: rgb(162,187,184); }
td.TdClassName
{
border-color: #A2BBB8;
}
.TagClassName
{
border-color: #A2BBB8;
}
</style>