#A3BEB7

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

Shades of Opal #A3BEB7

Tints of Opal #A3BEB7

Color information

#A3BEB7 (or 0xA3BEB7) is unknown color: approx Opal. HEX triplet: A3, BE and B7. RGB value is (163,190,183). Sum of RGB (Red+Green+Blue) = 163+190+183=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEB7 is #5C4148. Grayscale: #B5B5B5. Windows color (decimal): -6046025 or 12041891. OLE color: 12041891.

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

Color convert

RGB163190183-
CMYK0.1400.040.25
HSL164.44º17.2%69.22%-
HSV(B)164.44º14.21%74.51%-
XYZ42.0648.0351.85-
YUV181.13129.05115.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 183 (71.88% from 255) = 34.14%
R=30.41%
G=35.45%
B=34.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901830.1400.040.25164.4417.269.22
HexA3BEB7E0419a41145
Octal24327626716043124421105
Binary101000111011111010110111111001001100110100100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEB7; }

 p { color: rgb(163,190,183); }

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

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

 a { background-color: rgb(163,190,183); }

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

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

 span { border-color: rgb(163,190,183); }

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