#A2BEBB

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

Shades of Opal #A2BEBB

Tints of Opal #A2BEBB

Color information

#A2BEBB (or 0xA2BEBB) is unknown color: approx Opal. HEX triplet: A2, BE and BB. RGB value is (162,190,187). Sum of RGB (Red+Green+Blue) = 162+190+187=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEBB is #5D4144. Grayscale: #B5B5B5. Windows color (decimal): -6111557 or 12304034. OLE color: 12304034.

HSL color Cylindrical-coordinate representation of color #A2BEBB: hue angle of 173.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEBB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB162190187-
CMYK0.1500.020.25
HSL173.57º17.72%69.02%-
HSV(B)173.57º14.74%74.51%-
XYZ42.2848.154.07-
YUV181.29131.22114.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=30.06%
G=35.25%
B=34.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901870.1500.020.25173.5717.7269.02
HexA2BEBBF0219ae1245
Octal24227627317023125622105
Binary10100010101111101011101111110101100110101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEBB; }

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

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

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

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

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

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

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

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