#A2BDBB

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

Shades of Opal #A2BDBB

Tints of Opal #A2BDBB

Color information

#A2BDBB (or 0xA2BDBB) is unknown color: approx Opal. HEX triplet: A2, BD and BB. RGB value is (162,189,187). Sum of RGB (Red+Green+Blue) = 162+189+187=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDBB is #5D4244. Grayscale: #B4B4B4. Windows color (decimal): -6111813 or 12303778. OLE color: 12303778.

HSL color Cylindrical-coordinate representation of color #A2BDBB: hue angle of 175.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDBB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB162189187-
CMYK0.1400.010.26
HSL175.56º16.98%68.82%-
HSV(B)175.56º14.29%74.12%-
XYZ42.0747.6654-
YUV180.7131.55114.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=30.11%
G=35.13%
B=34.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891870.1400.010.26175.5616.9868.82
HexA2BDBBE011Ab01145
Octal24227527316013226021105
Binary1010001010111101101110111110011101010110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDBB; }

 p { color: rgb(162,189,187); }

 H1.HeaderClassName
 {
   color: #A2BDBB;
 }
 .AnyTagClassName
 {
   color: #A2BDBB;
 }
</style>
background-color css

<style>
 a { background-color: #A2BDBB; }

 a { background-color: rgb(162,189,187); }

 div.DivClassName
 {
   background-color: #A2BDBB;
 }
 .BgClassName
 {
   background-color: #A2BDBB;
 }
</style>
border-color css

<style>
 span { border-color: #A2BDBB; }

 span { border-color: rgb(162,189,187); }

 td.TdClassName
 {
   border-color: #A2BDBB;
 }
 .TagClassName
 {
   border-color: #A2BDBB;
 }
</style>