#A2BBBA

Color #A2BBBA Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #A2BBBA

Tints of Conch #A2BBBA

Color information

#A2BBBA (or 0xA2BBBA) is unknown color: approx 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

RGB162187186-
CMYK0.1300.010.27
HSL177.6º15.53%68.43%-
HSV(B)177.6º13.37%73.33%-
XYZ41.5346.7753.29-
YUV179.41131.72115.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=30.28%
G=34.95%
B=34.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871860.1300.010.27177.615.5368.43
HexA2BBBAD011Bb21044
Octal24227327215013326220104
Binary1010001010111011101110101101011101110110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>